From b519a5e6e29d826957dac262e90c55374cba19b0 Mon Sep 17 00:00:00 2001 From: sue Date: Wed, 3 Jan 2024 19:02:00 +0900 Subject: [PATCH] =?UTF-8?q?Deploy:=20yaml=20=ED=8C=8C=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 498e78df..fc9420ca 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -27,5 +27,5 @@ jobs: run: | DEPLOY_URL=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} | grep -o 'https://[^ ]*') echo "::set-output name=url::$DEPLOY_URL" - - name: Alias Deployment to Custom Domain - run: vercel alias ${{ steps.deploy.outputs.url }} https://weplanplans-dev.vercel.app/ --token=${{ secrets.VERCEL_TOKEN }} + - name: Alias Deployment to Fixed Domain + run: vercel alias ${{ steps.deploy.outputs.url }} weplanplans-dev.vercel.app --token=${{ secrets.VERCEL_TOKEN }}