Replies: 1 comment
-
Hi @bflemi3, thanks for the kind words! Looking at your workflow file it should assign your alias to the deployment. Could you enable the action debug mode by setting the You also try manually assigning the alias with the Vercel CLI and see if that throws any errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off, thanks for taking your personal time to build this action. I'm new to GitHub Actions and it's saved me time in getting my workflows up & running. Much appreciated 🍺
I'm having an issue getting my development workflow to assign the deployment to
dev.mydomain.me
. The workflow step gets stuck atAssigning custom domains to Vercel deployment
. On the Vercel side, the deployment succeeds but only to the random preview url that Vercel automatically generates. The assignment todev.mydomain.me
never occurs.GitHub Action
Vercel Deployment
I've noticed on Vercel that my domain
dev.mydomain.me
has the production tag on it but not sure why, not sure if that makes a difference and/or how to change that. I've also disconnected the GitHub integration to my repo via the Vercel UI and thevercel.json
file in the project. Just wanted to eliminate as many points of failure as possible.My GitHub workflow yml
vercel.json
I'm positive there's something I'm missing, just not sure what. Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions