ci: update source path
Push -> develop / Build Docker images (push) Successful in 26s
Push -> develop / Rolling deploy (push) Failing after 3s
Push -> develop / Notify on result (push) Successful in 0s

This commit is contained in:
sangnn
2026-06-23 01:38:32 +00:00
parent 47a8501885
commit 8d2ce300a0
4 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
runs-on: prod-gatehouse-api
needs: build
env:
COMPOSE_DIR: /home/ubuntu/secuird/gatehouse-api # TODO: confirm prod path
COMPOSE_DIR: /opt/gatehouse-api
steps:
- uses: actions/checkout@v4