We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afab2b9 commit 0ec666bCopy full SHA for 0ec666b
.github/workflows/pr-preview.yml
@@ -21,6 +21,6 @@ jobs:
21
run: npm ci
22
23
- name: Deploy to Preview Environment
24
- run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev
+ run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev --self-hosted --push
25
env:
26
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
0 commit comments