diff --git a/.gitea / workflows/deploy.yaml b/.gitea / workflows/deploy.yaml index 9c96ff2..2ae2e75 100644 --- a/.gitea / workflows/deploy.yaml +++ b/.gitea / workflows/deploy.yaml @@ -1,4 +1,4 @@ -name: Copy Website to Samba Share +name: Copy Files to Samba Share on: push: branches: @@ -16,7 +16,7 @@ jobs: run: | apt-get update apt-get install -y smbclient - + - name: Copy run: | - smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www\"; 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\"; prompt; recurse; mput *" \ No newline at end of file