Update .gitea/workflows/update-bot.yml

This commit is contained in:
binlab
2024-05-30 17:08:42 +00:00
parent 87465aface
commit 1d5a126d44

View File

@@ -18,7 +18,7 @@ jobs:
port: 22 port: 22
local_path: ./* local_path: ./*
remote_path: /home/admin/${{ env.REPO_NAME }}/ remote_path: /home/admin/${{ env.REPO_NAME }}/
ssh_private_key: ${{ env.SSH_PRIVATE_KEY }} password: ${{ env.SSH_PASS }}
restart-bot: restart-bot:
needs: [deploy-via-sftp] needs: [deploy-via-sftp]