Fixed yaml -> yml
Remote Deployment Pipeline / Prepare Context (push) Successful in 3s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Skipped
Remote Deployment Pipeline / Cleanup Preview (push) Skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Successful in 10m52s
Remote Deployment Pipeline / Prepare Context (push) Successful in 3s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Skipped
Remote Deployment Pipeline / Cleanup Preview (push) Skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Successful in 10m52s
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
SCRIPT_AFTER: |
|
SCRIPT_AFTER: |
|
||||||
set -e
|
set -e
|
||||||
cd ${{ needs.prepare_context.outputs.pr_path }}
|
cd ${{ needs.prepare_context.outputs.pr_path }}
|
||||||
docker compose -f docker-compose.yaml up -d --build --remove-orphans --wait
|
docker compose -f docker-compose.yml up -d --build --remove-orphans --wait
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
# STAGE 3.5: DEPLOY PRE-PROD
|
# STAGE 3.5: DEPLOY PRE-PROD
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
SCRIPT_AFTER: |
|
SCRIPT_AFTER: |
|
||||||
set -e
|
set -e
|
||||||
cd ${{ env.REMOTE_PREPROD_PATH }}
|
cd ${{ env.REMOTE_PREPROD_PATH }}
|
||||||
docker compose -f docker-compose.yaml up -d --build --remove-orphans --wait
|
docker compose -f docker-compose.yml up -d --build --remove-orphans --wait
|
||||||
|
|
||||||
# # ------------------------------------------------------------------
|
# # ------------------------------------------------------------------
|
||||||
# # STAGE 4: DEPLOY PRODUCTION
|
# # STAGE 4: DEPLOY PRODUCTION
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
# SCRIPT_AFTER: |
|
# SCRIPT_AFTER: |
|
||||||
# set -e
|
# set -e
|
||||||
# cd ${{ env.REMOTE_PROD_PATH }}
|
# cd ${{ env.REMOTE_PROD_PATH }}
|
||||||
# docker compose --env-file prod.env -f docker-compose.yaml -f docker-compose.prod.yaml up -d --build --remove-orphans --wait
|
# docker compose --env-file prod.env -f docker-compose.yml -f docker-compose.prod.yml up -d --build --remove-orphans --wait
|
||||||
|
|
||||||
# # Run E2E Tests
|
# # Run E2E Tests
|
||||||
# echo "Running E2E tests..."
|
# echo "Running E2E tests..."
|
||||||
|
|||||||
Reference in New Issue
Block a user