We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e0f2f commit 43c7f0cCopy full SHA for 43c7f0c
.github/workflows/cron.yml
@@ -34,11 +34,5 @@ jobs:
34
- name: Build
35
run: deno task build
36
37
- - name: Deploy to Preview
38
- run: deployctl deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }}
39
- if: github.ref != 'refs/tags/prod'
40
-
41
- # If we're building a thing that's called prod
42
- name: Deploy to Production
43
run: deployctl deploy --prod --token=${{ secrets.DENO_DEPLOY_TOKEN }}
44
- if: github.ref == 'refs/tags/prod'
0 commit comments