Next.js Discord

Discord Forum

Deploy to two domains from `main`

Unanswered
Vespid wasp posted this in #help-forum
Open in Discord
Vespid waspOP
Hey! I have an app im trying to deploy to two domains via github actions.

The github actions part is easy, but the domains part is annoying. I’m looking for:
- pushes to main go to staging.mydomain.com
- releases (via github) go to mydomain.com

I have the github actions working but cannot alias the other one to another domain, both end up being main 😦

0 Replies