Skip to content

Commit

Permalink
chore: disable deployments after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
derrandz committed Jun 20, 2021
1 parent 4df2ebb commit 8263c88
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-ap-southeast-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Production Deployment ap-southeast-1

on:
push:
branches: [ master ]
branches: [ master-off ]

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-eu-west-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Production Deployment eu-west-1

on:
push:
branches: [ master ]
branches: [ master-off ]

jobs:
deploy:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Make envfile eu-west-1
uses: SpicyPizza/create-envfile@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-us-east-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Production Deployment us-east-2

on:
push:
branches: [ master ]
branches: [ master-off ]

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-us-west-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Production Deployment us-west-2

on:
push:
branches: [ master ]
branches: [ master-off ]

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-us-west-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Staging Deployment us-west-2

on:
push:
branches: [ master ]
branches: [ master-off ]

jobs:
deploy:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Make envfile us-west-2
uses: SpicyPizza/create-envfile@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Testnet Deployment

on:
push:
branches: [ staging ]
branches: [ staging-off ]

jobs:
deploy:
Expand Down

0 comments on commit 8263c88

Please sign in to comment.