Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Remove backend key overrides for review apps
Browse files Browse the repository at this point in the history
According to n-express, the app would only 401 if NODE_ENV=production, so it shouldn't matter if the backend key is expected.
  • Loading branch information
adgad authored Nov 23, 2018
1 parent 3e8350a commit 399c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ review-app: tidy .review-app

.review-app:
@echo 'Creating review app for $(VAULT_NAME)'
nht configure $(VAULT_NAME) review-app --overrides FT_NEXT_BACKEND_KEY=null,FT_NEXT_BACKEND_KEY_OLD=null,NODE_ENV=branch
nht configure $(VAULT_NAME) review-app --overrides NODE_ENV=branch
@nht review-app $(VAULT_NAME) \
--repo-name $(CIRCLE_PROJECT_REPONAME) \
--branch $(CIRCLE_BRANCH) \
Expand Down

0 comments on commit 399c55a

Please sign in to comment.