diff --git a/.gitea / workflows/copy.yaml b/.gitea / workflows/copy.yaml deleted file mode 100644 index 9c96ff2..0000000 --- a/.gitea / workflows/copy.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Copy Website 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\"; lcd \"\"; prompt; recurse; mput *" \ No newline at end of file