File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ecs-deploy
22
3- ![ Status for silinternational /ecs-deploy] ( https://github.com/silinternational /ecs-deploy/actions/workflows/ci.yml/badge.svg?branch=master )
3+ ![ Status for sil-org /ecs-deploy] ( https://github.com/sil-org /ecs-deploy/actions/workflows/ci.yml/badge.svg?branch=master )
44
55This script uses the Task Definition and Service entities in Amazon's ECS to instigate an automatic blue/green deployment.
66
@@ -91,7 +91,7 @@ are to add support for new AWS CLI features.
9191- Install ecs-deploy:
9292
9393```
94- curl https://raw.githubusercontent.com/silinternational /ecs-deploy/master/ecs-deploy | sudo tee /usr/bin/ecs-deploy
94+ curl https://raw.githubusercontent.com/sil-org /ecs-deploy/master/ecs-deploy | sudo tee /usr/bin/ecs-deploy
9595sudo chmod +x /usr/bin/ecs-deploy
9696
9797```
@@ -274,7 +274,7 @@ deploy_to_ecs:
274274 name: 'Deploy updated container image via blue/green deployment to ECS service.'
275275 runs-on: ubuntu-18.04
276276 steps:
277- - uses: silinternational /ecs-deploy@master
277+ - uses: sil-org /ecs-deploy@master
278278 env:
279279 AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
280280 AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 11{
2- "name" : " silinternational /ecs-deploy" ,
2+ "name" : " sil-org /ecs-deploy" ,
33 "description" : " Simple shell script for initiated blue-green deployments on Amazon Elastic Container Service (ECS)" ,
44 "type" : " library" ,
55 "keywords" : [
1010 " elastic container service" ,
1111 " amazon web services"
1212 ],
13- "homepage" : " https://github.com/silinternational /ecs-deploy" ,
13+ "homepage" : " https://github.com/sil-org /ecs-deploy" ,
1414 "license" : " MIT" ,
1515 "bin" : [
1616 " ecs-deploy"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function usage() {
3333 cat << EOM
3434##### ecs-deploy #####
3535Simple script for triggering blue/green deployments on Amazon Elastic Container Service
36- https://github.com/silinternational /ecs-deploy
36+ https://github.com/sil-org /ecs-deploy
3737
3838One of the following is required:
3939 -n | --service-name Name of service to deploy
You can’t perform that action at this time.
0 commit comments