ci: add deployment
Push -> develop / Build Docker image (push) Successful in 25s
Push -> develop / Deploy (push) Successful in 4s
Push -> develop / Notify on result (push) Successful in 0s

This commit is contained in:
2026-06-23 01:54:29 +00:00
parent b7211ee43f
commit 126b47b56a
4 changed files with 216 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