Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge 37ae9bd into c4cfed3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed Mar 4, 2019
2 parents c4cfed3 + 37ae9bd commit 78760d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -21,9 +21,11 @@ dist: deps ## Create deploy package locally

stage: deps ## Deploy staging build
pipenv run zappa update stage
pipenv run zappa certify --yes stage

prod: deps ## Deploy production build
pipenv run zappa update prod
pipenv run zappa certify --yes prod

clean: ## Remove build artifacts
find . -name "*.pyc" -print0 | xargs -0 rm -f
Expand Down
2 changes: 2 additions & 0 deletions zappa_settings.json
Expand Up @@ -2,6 +2,8 @@
"stage": {
"app_function": "dw_lookup.app.app",
"aws_region": "us-east-1",
"certificate_arn": "arn:aws:acm:us-east-1:672626379771:certificate/e22ccada-90c8-4ff1-b5b5-18863feccaff",
"domain": "author-lookup-stage.mitlib.net",
"environment_variables": {
"AWS_SECRET_ID": "arn:aws:secretsmanager:us-east-1:672626379771:secret:author-lookup-stage-f268j4"
},
Expand Down

0 comments on commit 78760d0

Please sign in to comment.