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

Commit 7b58005

Browse files
committed
fixed tag for deploy-wait, references #7
1 parent 2e26ea3 commit 7b58005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +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}
74+
- sh pipelines/deploy-wait.sh ${BITBUCKET_DEPLOYMENT_ENVIRONMENT} ${DOCKER_TAG_PROD}
7575
services:
7676
- docker
7777

0 commit comments

Comments
 (0)