Update .gitea/workflows/deploy-new.yml
This commit is contained in:
@@ -15,10 +15,11 @@ 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
|
||||||
|
sudo apt install sshpass
|
||||||
host: 172.17.0.1
|
host: 172.17.0.1
|
||||||
user: root
|
user: root
|
||||||
pass: ${{ secrets.SSH_PRIVATE_KEY }}
|
pass: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
args: '-v'
|
args: '-vvv'
|
||||||
|
|
||||||
|
|
||||||
deploy-via-sftp:
|
deploy-via-sftp:
|
||||||
|
|||||||
Reference in New Issue
Block a user