Skip to content

Commit

Permalink
fix: set-env-vars for root collection suffix (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Otieno Calvine <nyarangaotieno@gmail.com>
  • Loading branch information
NYARAS committed Aug 19, 2021
1 parent 3c93f95 commit aa3db84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
--set-env-vars "JWT_KEY=${{ secrets.JWT_KEY }}" \
--set-env-vars "ENVIRONMENT=${{ secrets.ENVIRONMENT }}" \
--set-env-vars "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" \
--set-env-vars "ROOT_COLLECTION_SUFFIX="${{ secrets.ROOT_COLLECTION_SUFFIX }}" \
--set-env-vars "ROOT_COLLECTION_SUFFIX=${{ secrets.ROOT_COLLECTION_SUFFIX }}" \
--set-env-vars "ERP_HOST=${{ secrets.ERP_HOST }}" \
--set-env-vars "ERP_API_SCHEME=${{ secrets.ERP_API_SCHEME }}" \
--set-env-vars "ERP_TOKEN_URL=${{ secrets.ERP_TOKEN_URL }}" \
Expand Down

0 comments on commit aa3db84

Please sign in to comment.