diff --git a/.github/workflows/production-ap-southeast-1.yml b/.github/workflows/production-ap-southeast-1.yml index 0020eaf3..010488ad 100644 --- a/.github/workflows/production-ap-southeast-1.yml +++ b/.github/workflows/production-ap-southeast-1.yml @@ -2,7 +2,7 @@ name: Production Deployment ap-southeast-1 on: push: - branches: [ master ] + branches: [ master-off ] jobs: deploy: diff --git a/.github/workflows/production-eu-west-1.yml b/.github/workflows/production-eu-west-1.yml index 274d6c91..adbc48d5 100644 --- a/.github/workflows/production-eu-west-1.yml +++ b/.github/workflows/production-eu-west-1.yml @@ -2,7 +2,7 @@ name: Production Deployment eu-west-1 on: push: - branches: [ master ] + branches: [ master-off ] jobs: deploy: @@ -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: diff --git a/.github/workflows/production-us-east-2.yml b/.github/workflows/production-us-east-2.yml index 61f554a6..f866d075 100644 --- a/.github/workflows/production-us-east-2.yml +++ b/.github/workflows/production-us-east-2.yml @@ -2,7 +2,7 @@ name: Production Deployment us-east-2 on: push: - branches: [ master ] + branches: [ master-off ] jobs: deploy: diff --git a/.github/workflows/production-us-west-2.yml b/.github/workflows/production-us-west-2.yml index 27364322..08da61e2 100644 --- a/.github/workflows/production-us-west-2.yml +++ b/.github/workflows/production-us-west-2.yml @@ -2,7 +2,7 @@ name: Production Deployment us-west-2 on: push: - branches: [ master ] + branches: [ master-off ] jobs: deploy: diff --git a/.github/workflows/staging-us-west-2.yml b/.github/workflows/staging-us-west-2.yml index ec879f89..59397a27 100644 --- a/.github/workflows/staging-us-west-2.yml +++ b/.github/workflows/staging-us-west-2.yml @@ -2,7 +2,7 @@ name: Staging Deployment us-west-2 on: push: - branches: [ master ] + branches: [ master-off ] jobs: deploy: @@ -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: diff --git a/.github/workflows/testnet.yml b/.github/workflows/testnet.yml index d9c07e0f..ae686408 100644 --- a/.github/workflows/testnet.yml +++ b/.github/workflows/testnet.yml @@ -2,7 +2,7 @@ name: Testnet Deployment on: push: - branches: [ staging ] + branches: [ staging-off ] jobs: deploy: