Skip to content

Commit

Permalink
Merge pull request #42 from ubiquity-whilefoo/fix
Browse files Browse the repository at this point in the history
fix: add environment
  • Loading branch information
gentlementlegen authored Nov 27, 2024
2 parents 161c117 + d3ce3eb commit 08e8ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }}

steps:
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 08e8ea1

Please sign in to comment.