Actualizar .gitea/workflows/deploy-new.yml
Some checks failed
Update Bot / deploy-via-sftp (push) Has been cancelled
Update Bot / restart-bot (push) Has been cancelled

This commit is contained in:
2025-10-24 19:16:48 +02:00
parent 15930dae50
commit 26b4a78aee

View File

@@ -14,8 +14,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
sudo apt install dos2unix sudo apt install sshpass
dos2unix $SSHPATH/deploy_key
host: 172.17.0.1 host: 172.17.0.1
user: binlab user: binlab
pass: ${{ secrets.KEY }} pass: ${{ secrets.KEY }}