Skip to content

Commit

Permalink
fix: hungergame url (#82)
Browse files Browse the repository at this point in the history
typo: hungergame url
  • Loading branch information
sumit-158 committed Jan 10, 2023
1 parent 93a7405 commit 8214e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# App environment variables
# expose globally (on the VM)
echo "API_EXPOSE=${{ env.API_EXPOSE }}" >> .env
echo "FACETS_HUNGER_GAME=https://hunger.openfoodfactnet.org/questions" >> .env
echo "FACETS_HUNGER_GAME=https://hunger.openfoodfacts.org/questions" >> .env
echo "FACETS_WIKIDATA=https://www.wikidata.org/wiki/" >> .env
echo "FACETS_INAO=https://www.inao.gouv.fr/produit/" >> .env
echo "FACETS_OPENSTREETMAP=https://www.openstreetmap.org/relation/" >> .env
Expand Down

0 comments on commit 8214e8e

Please sign in to comment.