Update .gitea/workflows/deploy-new.yml

This commit is contained in:
binlab
2023-09-23 15:34:09 +00:00
parent d5e9ae543b
commit 1daff30196

View File

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