Skip to content

Commit

Permalink
chore: new mongodb connection through stunnel (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Jan 8, 2024
1 parent 7b2b849 commit bc41164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
echo "SSH_HOST=10.1.0.201" >> $GITHUB_ENV
echo "ROBOTOFF_INSTANCE=prod" >> $GITHUB_ENV
echo "ROBOTOFF_TLD=org" >> $GITHUB_ENV
echo "MONGO_URI=mongodb://213.36.253.195:27017" >> $GITHUB_ENV
# use prod mongodb through stunnel
echo "MONGO_URI=mongodb://10.1.0.101: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 bc41164

Please sign in to comment.