Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 2e26ea3

Browse files
committed
added call of deploy-wait in prod bitbucket-pipeline, references #7
1 parent 4b04fe5 commit 2e26ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitbucket-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ steps:
7171
- export DOCKER_TAG_PROD=$(echo "prod-$BITBUCKET_COMMIT_SHORT-$BITBUCKET_BUILD_NUMBER")
7272
- sh pipelines/docker-tag-push-aws.sh ${DOCKER_TAG_TEST} ${DOCKER_TAG_PROD}
7373
- sh pipelines/deploy.sh ${BITBUCKET_DEPLOYMENT_ENVIRONMENT} ${DOCKER_TAG_PROD}
74+
- sh pipelines/deploy-wait.sh ${BITBUCKET_DEPLOYMENT_ENVIRONMENT} ${DOCKER_TAG_TEST}
7475
services:
7576
- docker
7677

0 commit comments

Comments
 (0)