Skip to content

Commit

Permalink
Alias preview deployment to custom domain url: https://vercel.com/gui…
Browse files Browse the repository at this point in the history
  • Loading branch information
xmliszt committed Dec 23, 2023
1 parent df915db commit 0cab246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ jobs:
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz
run: |
url="$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz)"
vercel alias --token=${{ secrets.VERCEL_TOKEN }} set "$url" taboo-ai-xmliszt.vercel.app

1 comment on commit 0cab246

@vercel
Copy link

@vercel vercel bot commented on 0cab246 Dec 23, 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:

taboo-ai – ./

taboo-ai.vercel.app
taboo-ai-git-main-xmliszt.vercel.app
taboo-ai-xmliszt.vercel.app

Please sign in to comment.