Skip to content

Commit

Permalink
Fix environment for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
john-gom committed Mar 11, 2024
1 parent 4e1e493 commit 05cdc3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
echo "POSTGRES_USER=postgres" >> .env
echo "POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}" >> .env
echo "POSTGRES_DB=query" >> .env
echo "COMMON_NET_NAME=${{ env.COMMON_NET_NAME }}" >> .env
echo "MONGO_URI=${{ env.MONGO_URI }}" >> .env
echo "REDIS_URL=${{ env.REDIS_URL }}" >> .env
echo "LOG_LEVEL=log" >> .env
# Not worried about this at the moment as data is a cache
Expand Down

0 comments on commit 05cdc3a

Please sign in to comment.