Skip to content

Commit 1e36810

Browse files
committed
rename silinternational to sil-org and SIL International to SIL Global
1 parent bf6e8a2 commit 1e36810

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 SIL International
3+
Copyright (c) 2015 SIL Global
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
This 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
9595
sudo 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 }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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": [
@@ -10,7 +10,7 @@
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"

ecs-deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function usage() {
3333
cat <<EOM
3434
##### ecs-deploy #####
3535
Simple 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
3838
One of the following is required:
3939
-n | --service-name Name of service to deploy

0 commit comments

Comments
 (0)