mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
improvement(trigger): upgrade trigger (#1063)
This commit is contained in:
committed by
GitHub
parent
9973b2c165
commit
71e2994f9d
4
.github/workflows/trigger-deploy.yml
vendored
4
.github/workflows/trigger-deploy.yml
vendored
@@ -35,10 +35,10 @@ jobs:
|
||||
- name: Deploy to Staging
|
||||
if: github.ref == 'refs/heads/staging'
|
||||
working-directory: ./apps/sim
|
||||
run: npx --yes trigger.dev@3.3.17 deploy -e staging
|
||||
run: npx --yes trigger.dev@4.0.0 deploy -e staging
|
||||
|
||||
- name: Deploy to Production
|
||||
if: github.ref == 'refs/heads/main'
|
||||
working-directory: ./apps/sim
|
||||
run: npx --yes trigger.dev@3.3.17 deploy
|
||||
run: npx --yes trigger.dev@4.0.0 deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user