Skip to content

Commit

Permalink
chore: set COMMON_NET_NAME for prod
Browse files Browse the repository at this point in the history
As the network is external, it's expected to be declared
  • Loading branch information
raphael0202 committed Apr 29, 2024
1 parent 6c2763a commit 5fc6370
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 @@ -46,7 +46,7 @@ jobs:
# this is the network shared with Product Opener,
# in production Product Opener is deployed on a
# separate server and is not dockerized
echo "COMMON_NET_NAME=" >> $GITHUB_ENV
echo "COMMON_NET_NAME=po_webnet" >> $GITHUB_ENV
echo "OFF_API_URL=https://world.openfoodfacts.org" >> $GITHUB_ENV
# REDIS_HOST: this is the IP address of the stunnel VM
echo "REDIS_HOST=10.1.0.113" >> $GITHUB_ENV
Expand Down

0 comments on commit 5fc6370

Please sign in to comment.