Skip to content

Commit

Permalink
changed deploy script env variable JWT_TOKEN -> JWT_SECRET (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelazwar authored Feb 19, 2022
1 parent 53eee4b commit 5ba5a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/autodeployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "GITHUB_TOKEN=$3" >> $ENV_FILE
# across all containers for this deployment. This isn't ideal, since it will
# invalidate sessions whenever we deploy, but that's better than hard-coding it. We should
# find a way to secure this for longer.
echo "JWT_TOKEN=$(uuidgen)" >> $ENV_FILE
echo "JWT_SECRET=$(uuidgen)" >> $ENV_FILE


echo "Building $ENV Container"
Expand Down

0 comments on commit 5ba5a77

Please sign in to comment.