seagull-game/libexec/push-prod-container.sh

10 lines
314 B
Bash
Raw Permalink Normal View History

2023-02-27 17:07:29 -08:00
#!/bin/sh
docker build -t vcs.otl-hga.net/nicole/seagull-game --target app .
docker push vcs.otl-hga.net/nicole/seagull-game
echo "settling dust ..."
sleep 2
aws ecs update-service \
--cluster "arn:aws:ecs:us-west-2:850912941082:cluster/SeagullProd" \
--service seagull-fargate-svc --force-new-deployment