Skip to content

Commit

Permalink
Revert trigger for staging.
Browse files Browse the repository at this point in the history
- this was a temporary step so that QA could test in an independent env.
  • Loading branch information
jessgusclark committed Nov 6, 2024
1 parent ae5051b commit 7eb8741
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/staging.deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Deploy to Amazon ECS (staging)

on:
pull_request
#push:
# branches:
# - develop
push:
branches:
- develop

env:
AWS_REGION: us-east-1
Expand All @@ -14,7 +13,7 @@ env:
ECS_TASK_DEFINITION: rscoll-dev-dao-staging
CONTAINER_NAME: rscoll-dev-dao-staging

PROFILE: mainnet.staging
PROFILE: qa

jobs:
deploy:
Expand Down

0 comments on commit 7eb8741

Please sign in to comment.