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:
|
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 *"
|
||||||
Reference in New Issue
Block a user