mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
chore(deps): upgrade trigger.dev in gh action (#1171)
This commit is contained in:
4
.github/workflows/trigger-deploy.yml
vendored
4
.github/workflows/trigger-deploy.yml
vendored
@@ -35,10 +35,10 @@ jobs:
|
|||||||
- name: Deploy to Staging
|
- name: Deploy to Staging
|
||||||
if: github.ref == 'refs/heads/staging'
|
if: github.ref == 'refs/heads/staging'
|
||||||
working-directory: ./apps/sim
|
working-directory: ./apps/sim
|
||||||
run: npx --yes trigger.dev@4.0.0 deploy -e staging
|
run: npx --yes trigger.dev@4.0.1 deploy -e staging
|
||||||
|
|
||||||
- name: Deploy to Production
|
- name: Deploy to Production
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
working-directory: ./apps/sim
|
working-directory: ./apps/sim
|
||||||
run: npx --yes trigger.dev@4.0.0 deploy
|
run: npx --yes trigger.dev@4.0.1 deploy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user