UPD: added deploy script
This commit is contained in:
parent
8fed58d052
commit
9107ff7ef9
5
alpine/pma/refresh-service.sh
Normal file
5
alpine/pma/refresh-service.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
aws ecr get-login-password --region ap-southeast-1 | docker login --username AWS --password-stdin 728959568254.dkr.ecr.ap-southeast-1.amazonaws.com/
|
||||||
|
docker push 728959568254.dkr.ecr.ap-southeast-1.amazonaws.com/lixil-cms/phpmyadmin
|
||||||
|
aws ecs update-service --cluster dev-apse1-lixil-cms-ecs-cluster --service dev-lixil-pma-service --force-new-deployment
|
||||||
|
aws ecs update-service --cluster staging-apse1-lixil-cms-ecs-cluster --service staging-apse1-lixil-cms-pma-service --force-new-deployment
|
||||||
|
aws ecs update-service --cluster prod-apse1-lixil-cms-ecs-cluster --service prod-apse1-lixil-cms-pma-service --force-new-deployment
|
Loading…
Reference in New Issue
Block a user