You've already forked ProfessionalWebsite
Update .gitea/workflows/publish.yaml
Some checks failed
Publish to Server / Deploy (push) Failing after 37s
Some checks failed
Publish to Server / Deploy (push) Failing after 37s
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user