From a623eb21db08c512313f4c3a8fdb9565bbf12d8e Mon Sep 17 00:00:00 2001 From: Arne Date: Fri, 26 Jan 2024 09:40:04 +0100 Subject: [PATCH] Delete .gitea / workflows/deploy.yaml --- .gitea / workflows/deploy.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitea / workflows/deploy.yaml diff --git a/.gitea / workflows/deploy.yaml b/.gitea / workflows/deploy.yaml deleted file mode 100644 index 2ae2e75..0000000 --- a/.gitea / workflows/deploy.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Copy Files to Samba Share -on: - push: - branches: - - main - -jobs: - copy_files: - name: Copy Files - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Install smbclient - 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\"; prompt; recurse; mput *" \ No newline at end of file