remove alias set
This commit is contained in:
parent
1c45ded805
commit
f2803b9b3a
1 changed files with 0 additions and 4 deletions
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
|
|
@ -42,10 +42,6 @@ jobs:
|
|||
with:
|
||||
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
|
||||
id: deploy
|
||||
- name: Set deployment alias
|
||||
# only if on branch next
|
||||
if: github.ref == 'refs/heads/next'
|
||||
run: vercel alias set ${{ steps.deploy.outputs.stdout }} ${{ secrets.TEST_PREVIEW_DOMAIN }} --token=${{ secrets.VERCEL_TOKEN }}
|
||||
- uses: mshick/add-pr-comment@v2
|
||||
with:
|
||||
message: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue