Skip to content

Commit

Permalink
chore: fix wrong environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 29, 2023
1 parent 59376b1 commit d3e911a
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 @@ -35,7 +35,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 == 'off-search-org'
run: |
echo "SSH_HOST=10.1.0.201" >> $GITHUB_ENV
- name: Wait for search image container build workflow
Expand Down

0 comments on commit d3e911a

Please sign in to comment.