Skip to content

Commit 3e44b28

Browse files
authored
Merge pull request #3 from triggerdotdev/pr-test
Testing GH actions
2 parents cb809a1 + dbb9753 commit 3e44b28

File tree

3 files changed

+2520
-64
lines changed

3 files changed

+2520
-64
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Preview Deploy
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, closed, merged]
5+
types: [opened, synchronize, reopened, closed]
66

77
jobs:
88
deploy-preview:
@@ -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
24+
run: npx [email protected] deploy --env preview -a https://test-cloud.trigger.dev --self-hosted
2525
env:
2626
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)