Skip to content

Commit

Permalink
Merge pull request #32 from openfoodfacts/chore-mongodb-stunnel-client
Browse files Browse the repository at this point in the history
chore: change prod mongodb address (again)
  • Loading branch information
alexgarel authored Jan 9, 2024
2 parents 27e9add + ec675e8 commit d821661
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 @@ -38,7 +38,7 @@ jobs:
echo "SSH_HOST=10.1.0.201" >> $GITHUB_ENV
# configurations
# mongodb (through stunnel)
echo "MONGO_URI=mongodb://10.1.0.101:27017" >> $GITHUB_ENV
echo "MONGO_URI=mongodb://10.1.0.113:27017" >> $GITHUB_ENV
- name: Wait for container build workflow
uses: tomchv/wait-my-workflow@v1.1.0
Expand Down

0 comments on commit d821661

Please sign in to comment.