We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a246a5f commit a164c6dCopy full SHA for a164c6d
scripts/deploy.sh
@@ -22,6 +22,5 @@ docker build -t ${DOCKER_NAME} .
22
docker tag ${DOCKER_NAME}:latest ${AWS_ACCOUNT_NUMBER}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/${DOCKER_NAME}:latest
23
docker push ${AWS_ACCOUNT_NUMBER}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/${DOCKER_NAME}:latest
24
25
-# notify to deploy
26
-aws sns publish --topic-arn "arn:aws:sns:${AWS_DEFAULT_REGION}:${AWS_ACCOUNT_NUMBER}:frontend_app_updated" \
27
- --message "${ENV}: ${TRAVIS_COMMIT}"
+# Update service
+aws ecs update-service --cluster micropost --service frontend
0 commit comments