Update .gitea / workflows/deploy.yaml
This commit is contained in:
@@ -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 *"
|
||||
smbclient //192.168.129.250/arne -U "${{ secrets.SAMBA_USER }}" "${{ secrets.SAMBA_PASSWORD }}" -c "cd \"letsencrypt/config/www\"; prompt; recurse; mput *"
|
||||
Reference in New Issue
Block a user