Created
March 8, 2018 15:56
-
-
Save danielalvarenga/50df9be79675d2435549410f4a696a01 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
envApplication='production' | |
project='[PRODUCTION]myproject' | |
dockerfilePath='../Dockerfile' | |
containerName='currencytracker' | |
containerRepository='1234567890.dkr.ecr.us-east-2.amazonaws.com' | |
clusterName='prod-myproject' | |
. ./deploy-common.sh --stop-tasks --upload-image --login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment