From eb18d2998f99c8be2e110ab3be5cf38a099e29a1 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Thu, 25 Jan 2024 21:35:17 +0100 Subject: [PATCH] Fixed deploy script --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b751510..27db80a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,4 +19,4 @@ jobs: - name: Copy run: | - smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www/homev2\"; lcd \"\"; prompt; recurse; mput *" \ No newline at end of file + smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www/homev2\"; prompt; recurse; mput *" \ No newline at end of file