Skip to content

Commit

Permalink
remove those
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 24, 2024
1 parent 9e67a10 commit 3728475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:

- name: Deploy to Preview
run: deployctl deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }}
timeout-minutes: 1
if: github.ref != 'refs/tags/prod'

# If we're building a thing that's called prod
- name: Deploy to Production
run: deployctl deploy --prod --token=${{ secrets.DENO_DEPLOY_TOKEN }}
timeout-minutes: 1
if: github.ref == 'refs/tags/prod'

0 comments on commit 3728475

Please sign in to comment.