Skip to content

Commit

Permalink
chore: change prod mongodb address (again)
Browse files Browse the repository at this point in the history
Use stunnel-client container for more security.
  • Loading branch information
alexgarel committed Jan 9, 2024
1 parent 24bff01 commit ade67c2
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 @@ -37,7 +37,7 @@ jobs:
echo "ROBOTOFF_INSTANCE=prod" >> $GITHUB_ENV
echo "ROBOTOFF_TLD=org" >> $GITHUB_ENV
# use prod 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
echo "INFLUXDB_HOST=10.1.0.201" >> $GITHUB_ENV
- name: Wait for container build workflow
uses: tomchv/wait-my-workflow@v1.1.0
Expand Down

0 comments on commit ade67c2

Please sign in to comment.