.gitea/workflows/dotnet-deploy.yml aktualisiert
Some checks failed
Build & Deploy .NET to 192.168.1.100 / build-and-deploy (push) Failing after 1m5s
Some checks failed
Build & Deploy .NET to 192.168.1.100 / build-and-deploy (push) Failing after 1m5s
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
||||
SERVICE_NAME: ${{ secrets.SERVICE_NAME }}
|
||||
run: |
|
||||
ssh -tt -i ~/.ssh/id_deploy -p "${{ secrets.SSH_PORT || 22 }}" "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}" \
|
||||
"/usr/bin/sudo -n /usr/bin/systemctl status '${SERVICE_NAME}'"
|
||||
"/usr/bin/sudo -n /usr/bin/systemctl status --no-pager '${SERVICE_NAME}'"
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user