ya, no?
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-26 22:08:45 +01:00
parent b980aa70e3
commit 8cabb7ecb5

View File

@@ -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.KEY }} pass: ${{ 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]
@@ -110,4 +110,4 @@ jobs:
sudo systemctl start ${{ env.REPO_NAME }}-watcher.service sudo systemctl start ${{ env.REPO_NAME }}-watcher.service
host: 172.17.0.1 host: 172.17.0.1
user: binlab user: binlab
key: ${{ secrets.KEY }} pass: ${{ secrets.KEY }}