Skip to content

Commit

Permalink
Merge pull request #171 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: e
  • Loading branch information
hlafaille authored Jan 2, 2025
2 parents 55c987b + 63e42a9 commit c03b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
defaults:
run:
working-directory: ./backend
environment: ${{ env.TARGET }}
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'develop' }} # pretty major shortcoming of GHA here...
steps:
- run: ls

0 comments on commit c03b2cd

Please sign in to comment.