Skip to content

Commit 7c4bfa7

Browse files
committed
Organizational rename
silinternational to sil-org in composer.json Updated README.md references to silinternational Updated ecs-deploy reference to silinternational
1 parent 95e3a23 commit 7c4bfa7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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)