Update .gitea/workflows/deploy-new.yml
This commit is contained in:
@@ -15,6 +15,7 @@ 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
|
||||||
|
echo ${{secrets.SSH_PRIVATE_KEY}}
|
||||||
host: 172.17.0.1
|
host: 172.17.0.1
|
||||||
user: root
|
user: root
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user