From 2e5f4a5e70e615505f3f491ac20b1850592f5b8b Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Sun, 8 Oct 2023 11:09:18 +0300 Subject: [PATCH] test deploy linking --- .github/workflows/preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bc1ea012..52824004 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -34,6 +34,8 @@ jobs: with: run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} id: deploy + - name: Set deployment alias + run: vercel alias set ${{ steps.deploy.outputs.stdout }} ${{ secrets.TEST_PREVIEW_DOMAIN }} --token=${{ secrets.VERCEL_TOKEN }} - uses: mshick/add-pr-comment@v2 with: message: |