From 509c1675a74cd9deef619467491de2d6c84249c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Tue, 3 Sep 2024 16:58:33 +0200 Subject: [PATCH] Fix upload time issue --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ee0fd1..a6e12ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,5 +24,4 @@ jobs: password: ${{ secrets.SERVER_PASSWORD }} port: ${{ secrets.SERVER_PORT }} uploads: | - ./ => /var/www/modelec.club - delete: true \ No newline at end of file + ./ => /var/www/modelec.club \ No newline at end of file