Deploy to two domains from `main`
Unanswered
Vespid wasp posted this in #help-forum
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
- releases (via github) go to
I have the github actions working but cannot alias the other one to another domain, both end up being main 😦
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.comI have the github actions working but cannot alias the other one to another domain, both end up being main 😦