Skip to content

Commit

Permalink
fix: correct production domain
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycunh committed May 7, 2023
1 parent ff74375 commit 00a81b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: deploy
uses: BetaHuhn/deploy-to-vercel-action@v1 # pin@ffcc89a6d79de43d964945ce053395c2958610b1
env:
DOMAIN: golem-chat.vercel.app
DOMAIN: app.golem.chat
with:
GITHUB_TOKEN: ${{ steps.auth.outputs.token }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 00a81b2

Please sign in to comment.