ya tocaba
Some checks failed
Update Bot / restart-bot (push) Has been cancelled
Update Bot / deploy-via-sftp (push) Has been cancelled

This commit is contained in:
2025-10-25 02:00:39 +02:00
parent 2a975337ce
commit c23b84ab6d

View File

@@ -57,7 +57,7 @@ jobs:
echo $? echo $?
host: 172.17.0.1 host: 172.17.0.1
user: binlab user: binlab
pass: ${{ secrets.SSH_PRIVATE_KEY }} pass: ${{ secrets.KEY }}
create-systemctl-service: create-systemctl-service:
needs: [add-bot-token, deploy-via-sftp] needs: [add-bot-token, deploy-via-sftp]
@@ -86,7 +86,7 @@ jobs:
sudo systemctl start ${{ env.REPO_NAME }}.service sudo systemctl start ${{ env.REPO_NAME }}.service
host: 172.17.0.1 host: 172.17.0.1
user: binlab user: binlab
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.KEY }}
create-systemctl-restart: create-systemctl-restart:
needs: [create-systemctl-service, add-bot-token, deploy-via-sftp] needs: [create-systemctl-service, add-bot-token, deploy-via-sftp]