You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently added your script to deploy to previews, beta, and production using GH Actions.
In the Vercel dashboard I have the domain setup and it's pointing to the branch name beta which was working when I wasn't GH Actions, but since moving it has not been applying the custom domains.
I decided to try and add ALIAS_DOMAINS just like the docs, but the GH Action just hangs when it tries to apply custom domain and never works.
It never gets further than this:
Successfully deployed to Vercel!
Assigning custom domains to Vercel deployment
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi 👋 ,
I recently added your script to deploy to previews, beta, and production using GH Actions.
In the Vercel dashboard I have the domain setup and it's pointing to the branch name
beta
which was working when I wasn't GH Actions, but since moving it has not been applying the custom domains.I decided to try and add
ALIAS_DOMAINS
just like the docs, but the GH Action just hangs when it tries to apply custom domain and never works.It never gets further than this:
Successfully deployed to Vercel! Assigning custom domains to Vercel deployment
vercel.json
Part of my GH Actions file
Beta Was this translation helpful? Give feedback.
All reactions