Skip to content

Commit

Permalink
Merge pull request #37 from openfoodfacts/fix-env
Browse files Browse the repository at this point in the history
Fix environment for deploy
  • Loading branch information
john-gom authored Mar 11, 2024
2 parents 4e1e493 + 05cdc3a commit 58fc2ed
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 58fc2ed

Please sign in to comment.