Explore/ismail #7

Merged
ismailmasseran merged 5 commits from explore/ismail into staging 2026-09-01 14:23:10 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0be642d45a - Show all commits
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
export IMAGE_TAG
docker compose --env-file .env.staging -f docker-compose.yml pull app
docker compose --env-file .env.staging -f docker-compose.yml up -d --no-build --remove-orphans
docker compose --env-file .env.staging -f docker-compose.yml up -d --no-build --force-recreate --remove-orphans app web
echo "✓ Deployed IMAGE_TAG=${IMAGE_TAG}"
+1 -1
View File
@@ -6,7 +6,7 @@
#
# CI (image already in registry):
# APP_IMAGE=git.koppkb.com/KoPKB/api_arrahn IMAGE_TAG=<sha> \
# docker compose --env-file .env.staging -f docker-compose.staging.yml up -d --no-build
# docker compose --env-file .env.staging -f docker-compose.staging.yml up -d --no-build --force-recreate app web
#
# Host nginx reverse-proxies the public domain to 127.0.0.1:${HTTP_PORT}.
# See docker/nginx/host-proxy.example.conf