Update .gitea/workflows/deploy-new.yml

This commit is contained in:
binlab
2023-09-22 23:11:34 +00:00
parent 03b3dd5cbd
commit 392aa8afba

View File

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