Skip to content

Commit

Permalink
Add missing VPC parameters to production deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Oct 17, 2023
1 parent e1f935f commit 482943a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
RollbarEnv=${{ vars.ROLLBAR_ENV }}
RollbarToken=${{ secrets.ROLLBAR_TOKEN }}
SqsQueueUrl=${{ vars.SQS_QUEUE_URL }}
VpcSubnetId0=${{ vars.VPC_SUBNET_ID_0 }}
VpcSubnetId1=${{ vars.VPC_SUBNET_ID_1 }}
VpcSubnetId2=${{ vars.VPC_SUBNET_ID_2 }}
VpcSecurityGroupId=${{ vars.VPC_SECURITY_GROUP_ID }}

0 comments on commit 482943a

Please sign in to comment.