Skip to content

Commit

Permalink
Merge branch 'main' into mochi-web-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang committed Feb 21, 2024
2 parents 853ece3 + dfa680f commit 86f7e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mochi-web-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
- name: Set Vercel Deployment Alias
run: vercel alias websites-mochi-dwarves-consolelabs.vercel.app beta.mochi.gg --token=${{ secrets.VERCEL_TOKEN }}
run: vercel alias websites-mochi-dwarves-consolelabs.vercel.app beta.mochi.gg --token=${{ secrets.VERCEL_TOKEN }} --scope consolelabs
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mochi-web-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} >deployment-url.txt 2>error.txt
deploymentUrl=`cat deployment-url.txt`
vercel alias $deploymentUrl mochi.gg --token=${{ secrets.VERCEL_TOKEN }}
vercel alias $deploymentUrl mochi.gg --token=${{ secrets.VERCEL_TOKEN }} --scope consolelabs

0 comments on commit 86f7e3c

Please sign in to comment.