Created
May 16, 2021 15:00
-
-
Save sofianhamiti/5ebcfa7aa71d3a1bb66e6a611cc2d1dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 0.2 | |
| phases: | |
| pre_build: | |
| commands: | |
| - IMAGE_TAG=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-8) | |
| - sh build_and_push.sh ${IMAGE_NAME} ${IMAGE_TAG} | |
| - echo "IMAGE PUSHED TO ECR" | |
| build: | |
| commands: | |
| - echo "ATTACHING IMAGE TO STUDIO DOMAIN ${DOMAIN_ID}" | |
| - sh attach_image.sh ${IMAGE_NAME} ${IMAGE_TAG} | |
| - echo "IMAGE ATTACHED TO STUDIO" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment