Update .gitea / workflows/deploy.yaml

This commit is contained in:
2024-01-25 14:17:32 +01:00
parent 4e3f773a83
commit c5610e1a20

View File

@@ -1,4 +1,4 @@
name: Copy Website to Samba Share name: Copy Files to Samba Share
on: on:
push: push:
branches: branches:
@@ -16,7 +16,7 @@ jobs:
run: | run: |
apt-get update apt-get update
apt-get install -y smbclient apt-get install -y smbclient
- name: Copy - name: Copy
run: | run: |
smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www\"; lcd \"\"; prompt; recurse; mput *" smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www\"; prompt; recurse; mput *"