Skip to content

Commit 8eaefbf

Browse files
committed
Got rid of push
1 parent 0ec666b commit 8eaefbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: npm ci
2222

2323
- name: Deploy to Preview Environment
24-
run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev --self-hosted --push
24+
run: npx [email protected] deploy --env preview -a https://matt-webapp.trigger.dev --self-hosted
2525
env:
2626
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)