ci: add deployment with security scanner (#1)
Push -> develop / Build Docker image (push) Successful in 12s
Push -> develop / Deploy (push) Successful in 3s
Push -> develop / Notify on result (push) Successful in 0s

ci: add deployment

Co-authored-by: sangnn <sangnn.vng@gmail.com>
Co-committed-by: sangnn <sangnn.vng@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2026-06-23 02:31:23 +00:00
committed by SangNguyen
parent b7211ee43f
commit 0bb38a2fb4
5 changed files with 218 additions and 6 deletions
+1 -6
View File
@@ -1,12 +1,7 @@
services:
ui:
build:
context: .
args:
- VITE_API_BASE_URL=${VITE_API_BASE_URL}
image: gatehouse-ui:${IMAGE_TAG:-latest}
container_name: gatehouse-ui
env_file:
- .env
ports:
- "8080:8080"
restart: unless-stopped