Skip to content

Commit

Permalink
configuring env vars in aws deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Edwards authored and Chris Edwards committed Jan 2, 2017
1 parent 49ef039 commit 1bb0674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ deployment:
commands:
- npm run build
- aws lambda update-function-code --function-name $FUNCTION_NAME --region us-east-1 --zip-file fileb://files.zip
- aws lambda update-function-configuration --function-name $FUNCTION_NAME --environment Variables={PROPUBLICA_KEY=$PROPUBLICA_KEY}

0 comments on commit 1bb0674

Please sign in to comment.