mototruco

This commit is contained in:
binlab
2023-09-23 16:09:43 +00:00
parent 4f134f975e
commit 76010527c6

View File

@@ -85,7 +85,7 @@ jobs:
sudo systemctl enable ${{ env.REPO_NAME }}.service sudo systemctl enable ${{ env.REPO_NAME }}.service
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl start ${{ env.REPO_NAME }}.service sudo systemctl start ${{ env.REPO_NAME }}.service
host: 127.0.0.1 host: 172.17.0.1
user: root user: root
pass: ${{ secrets.SSH_PRIVATE_KEY }} pass: ${{ secrets.SSH_PRIVATE_KEY }}