Update .gitea/workflows/publish.yaml
Some checks failed
Publish to Server / Deploy (push) Failing after 37s

This commit is contained in:
2025-12-14 13:08:25 +00:00
parent 672e32dcf8
commit 38c2a20da1

View File

@@ -22,8 +22,7 @@ jobs:
with: with:
server: ${{ vars.SSH_HOST }} server: ${{ vars.SSH_HOST }}
username: ${{ vars.SSH_USERNAME }} username: ${{ vars.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }} password: ${{ secrets.KEY_PASSWORD }}
passphrase: ${{ secrets.KEY_PASSWORD }}
port: 22 port: 22
uploads: | uploads: |
${{ vars.GIT_FOLDER }} => ${{ vars.SSH_FOLDER }} ${{ vars.GIT_FOLDER }} => ${{ vars.SSH_FOLDER }}