Skip to content

Commit d4b1d9a

Browse files
Temporarily disable deploys to AWS (#8)
The migration from Heroku to AWS isn't complete, so we removed the resources from AWS while we don't have the capacity to complete it.
1 parent 42aabac commit d4b1d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: AWS Build and Deploy
33
on:
44
push:
55
branches:
6-
- main
6+
- aws-main
77

88
jobs:
99
build-and-push:
@@ -19,7 +19,7 @@ jobs:
1919
ecr_repo: thoughtbot/pair-matchmaker
2020

2121
deploy-staging-sandbox-v1:
22-
if: ${{ github.ref == 'refs/heads/main' }}
22+
if: ${{ github.ref == 'refs/heads/aws-main' }}
2323
permissions:
2424
contents: read
2525
id-token: write

0 commit comments

Comments
 (0)