Skip to content

Commit

Permalink
Merge pull request #45 from openfoodfacts/issues/43a
Browse files Browse the repository at this point in the history
Transposed staging and production
  • Loading branch information
john-gom authored Jun 3, 2024
2 parents ec22dab + 97b2e04 commit 7347d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "COMMON_NET_NAME=po_webnet" >> $GITHUB_ENV
echo "MONGO_URI=mongodb://10.1.0.200:27017" >> $GITHUB_ENV
echo "REDIS_URL=redis://redis:6379" >> $GITHUB_ENV
echo "POSTGRES_SHM_SIZE=1g" >> $GITHUB_ENV
echo "POSTGRES_SHM_SIZE=256m" >> $GITHUB_ENV
- name: Set various variable for production deployment
if: matrix.env == 'off-query-org'
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
# mongodb and redis (through stunnel)
echo "MONGO_URI=mongodb://10.1.0.102:27017" >> $GITHUB_ENV
echo "REDIS_URL=redis://10.1.0.122:6379" >> $GITHUB_ENV
echo "POSTGRES_SHM_SIZE=256m" >> $GITHUB_ENV
echo "POSTGRES_SHM_SIZE=1g" >> $GITHUB_ENV
- name: Wait for container build workflow
uses: tomchv/[email protected]
id: wait-build
Expand Down

0 comments on commit 7347d94

Please sign in to comment.