Skip to content

Commit

Permalink
chore: fix production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 29, 2023
1 parent f0115a8 commit 400d982
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/container-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
strategy:
matrix:
env:
# only stagging for now
# Note: env is also the name of the directory on the server
- off-search-net
# - ${{ startsWith(github.ref, 'refs/tags/v') && 'off-search-org' || 'off-search-net' }}
- ${{ startsWith(github.ref, 'refs/tags/v') && 'off-search-org' || 'off-search-net' }}
environment: ${{ matrix.env }}
concurrency: ${{ matrix.env }}
steps:
Expand Down

0 comments on commit 400d982

Please sign in to comment.