From c5610e1a2070e6c8bdb42ed2f6a2374adf6e246f Mon Sep 17 00:00:00 2001 From: Arne Date: Thu, 25 Jan 2024 14:17:32 +0100 Subject: [PATCH] Update .gitea / workflows/deploy.yaml --- .gitea / workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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