Update .gitea/workflows/deploy-new.yml

This commit is contained in:
binlab
2023-09-23 16:03:28 +00:00
parent 865bb6d8e2
commit 909d8c7f23

View File

@@ -38,6 +38,7 @@ jobs:
# destination of the code on the server # destination of the code on the server
remote_path: /home/admin/${{ env.REPO_NAME }}/ remote_path: /home/admin/${{ env.REPO_NAME }}/
args: '-o ConnectTimeout=5' args: '-o ConnectTimeout=5'
ssh_private_key: ignored
# you may or may not need this. It all depends on how your code retrieves your discord token # you may or may not need this. It all depends on how your code retrieves your discord token
# environment variables or Github secrets are heavily recommended # environment variables or Github secrets are heavily recommended