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