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 0ec666b commit 8eaefbfCopy full SHA for 8eaefbf
.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 --self-hosted --push
+ run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev --self-hosted
25
env:
26
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
0 commit comments