Skip to content

Commit

Permalink
fix: fix container deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 20, 2023
1 parent f0871e8 commit 36c4f1b
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:
run: |
echo "SSH_HOST=10.1.0.200" >> $GITHUB_ENV
- name: Set various variable for production deployment
if: matrix.env == 'robotoff-org'
if: matrix.env == 'open-prices-org'
run: |
echo "SSH_HOST=10.1.0.201" >> $GITHUB_ENV
- name: Wait for docker image container build workflow
Expand Down

0 comments on commit 36c4f1b

Please sign in to comment.