Skip to content

Commit cd1423a

Browse files
committed
update sns message
1 parent bbd81ef commit cd1423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ aws s3 cp ./target/springboot-angular2-tutorial-0.1.0.jar s3://deploy-${ENV}.han
1313
# Publish to SNS Topic
1414
account_number=$(aws sts get-caller-identity --output text --query 'Account')
1515
aws sns publish --topic-arn "arn:aws:sns:${AWS_DEFAULT_REGION}:${account_number}:backend_app_updated" \
16-
--message "{\"asgName\": \"web\"}"
16+
--message "${ENV}: ${TRAVIS_COMMIT}"
1717

0 commit comments

Comments
 (0)