We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd81ef commit cd1423aCopy full SHA for cd1423a
scripts/deploy.sh
@@ -13,5 +13,5 @@ aws s3 cp ./target/springboot-angular2-tutorial-0.1.0.jar s3://deploy-${ENV}.han
13
# Publish to SNS Topic
14
account_number=$(aws sts get-caller-identity --output text --query 'Account')
15
aws sns publish --topic-arn "arn:aws:sns:${AWS_DEFAULT_REGION}:${account_number}:backend_app_updated" \
16
- --message "{\"asgName\": \"web\"}"
+ --message "${ENV}: ${TRAVIS_COMMIT}"
17
0 commit comments