Skip to content

Commit

Permalink
Update deploy-canary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sannajammeh committed Dec 2, 2023
1 parent 2baea24 commit 9b547aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Publish canary - legacy
name: Publish canary

on:
push:
workflow_run:
workflows: ["CI"]
types: [completed]
branches: [canary]
workflow_dispatch: {}
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
Expand Down

1 comment on commit 9b547aa

@vercel
Copy link

@vercel vercel bot commented on 9b547aa Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-swr – ./

trpc-swr-sannajammeh.vercel.app
trpc-swr-git-main-sannajammeh.vercel.app
trpc-swr.vercel.app

Please sign in to comment.