From 5bcb6801fffeea9fcebb1e65e1dbaf13c0a4188d Mon Sep 17 00:00:00 2001 From: antux18 Date: Sun, 19 Jun 2022 11:43:06 +0200 Subject: [PATCH] Suppression d'un fichier. --- push_to_server.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 push_to_server.sh diff --git a/push_to_server.sh b/push_to_server.sh deleted file mode 100644 index a9af635..0000000 --- a/push_to_server.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Ce script permet d'envoyer l'application sur le serveur - -scp -r data unisquat@ssh-unisquat.alwaysdata.net:www/flask -scp -r static unisquat@ssh-unisquat.alwaysdata.net:www/flask -scp -r templates unisquat@ssh-unisquat.alwaysdata.net:www/flask -scp app.py unisquat@ssh-unisquat.alwaysdata.net:www/flask -scp date_tools.py unisquat@ssh-unisquat.alwaysdata.net:www/flask -scp objects.py unisquat@ssh-unisquat.alwaysdata.net:www/flask -scp rooms_get.py unisquat@ssh-unisquat.alwaysdata.net:www/flask - -ssh unisquat@ssh-unisquat.alwaysdata.net \ No newline at end of file