Skip to content

Commit

Permalink
Remove production serverless resources
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 11, 2024
1 parent 82c5e40 commit d5d722b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

deploy_prod:
needs: [build_worker, lint, test, test_python]
needs: []
runs-on: ubuntu-latest
environment: production
concurrency: '1'
Expand Down
4 changes: 2 additions & 2 deletions backend/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ staging-vpc:

prod-vpc:
securityGroupIds:
- ${ssm:/crossfeed/prod/SG_ID}
- dummy
subnetIds:
- ${ssm:/crossfeed/prod/SUBNET_ID}
- dummy

staging-ecs-cluster: ${ssm:/crossfeed/staging/WORKER_CLUSTER_ARN}

Expand Down

0 comments on commit d5d722b

Please sign in to comment.