Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent d592b1d commit d2c36a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/push-docker-ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ key="$1"
case $key in
-t|--docker-tag)
docker_tag="$2"
echo "*** tf_venue"
echo $docker_tag
shift # past argument
shift # past value
;;
-v|--tf-venue)
tf_venue="$2"
echo "*** tf_venue"
echo $tf_venue
case $tf_venue in
sit|uat|ops) ;;
*)
Expand Down

0 comments on commit d2c36a3

Please sign in to comment.