Update .gitea/workflows/deploy-new.yml

This commit is contained in:
binlab
2023-09-22 23:32:59 +00:00
parent 00d0dfa229
commit d5e9ae543b

View File

@@ -15,6 +15,7 @@ jobs:
# install the libraries required for your bot
command: |
pip install -r requirements.txt
ping -c1 172.17.0.1
host: 172.17.0.1
user: root
pass: ${{ secrets.SSH_PRIVATE_KEY }}