try fix
This commit is contained in:
parent
4a63e4057f
commit
b368ee707f
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
set -euo pipefail
|
||||
|
||||
AWS_REGION=${region:-eu-west-1}
|
||||
AWS_DEPLOYMENT_ACCOUNT=${account:-463722570299}
|
||||
AWS_REPOSITORY=${repo:-"${AWS_DEPLOYMENT_ACCOUNT}.dkr.ecr.${AWS_REGION}.amazonaws.com"}
|
||||
|
||||
|
||||
STAGE=${stage:-"dev"}
|
||||
SHA_SHORT="$(git rev-parse --short HEAD)"
|
||||
CUR_DATE="$(date +%Y%m%d%H%M%S)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue