Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local> Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
export IMAGE_TAG
|
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 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}"
|
echo "✓ Deployed IMAGE_TAG=${IMAGE_TAG}"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# CI (image already in registry):
|
# CI (image already in registry):
|
||||||
# APP_IMAGE=git.koppkb.com/KoPKB/api_arrahn IMAGE_TAG=<sha> \
|
# 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}.
|
# Host nginx reverse-proxies the public domain to 127.0.0.1:${HTTP_PORT}.
|
||||||
# See docker/nginx/host-proxy.example.conf
|
# See docker/nginx/host-proxy.example.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user