Skip to content

Commit 46e8211

Browse files
committed
refactor: action script 수정 (#122)
1 parent 5808973 commit 46e8211

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
run: |
6666
npm install --global vercel@latest
6767
vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
68-
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
69-
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --alias misik-web-develop.vercel.app
68+
vercel build --token=${{ secrets.VERCEL_TOKEN }}
69+
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
npm install --global vercel@latest
6767
vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
6868
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
69-
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --alias misik-web.vercel.app
69+
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)