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