-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add @primate/deploy
#126
Comments
just a standalone server would be good too. no need to only support paid cloud offerings. |
@ralyodio how would such a deployment work? |
Sync with a ssh |
look at There is some setup on the server that needs to happen first (nginx, systemd and directory paths) |
// deploy.sh
//post-deploy.sh
|
in my opinion if you gave us the ability to write our own deploy script and post deploy scripts (which runs on the server) that would be good enough for custom deploys. |
@ralyodio noted, I think that's the best way forward |
maybe a |
Here's an example
|
it could be smarter and write out .env.local based on questions you answer. |
I also decided to support multiple environments. basically you just symlink this makes it easiser for staging.example.com vs. example.com which a lot of clients want |
Different providers
The text was updated successfully, but these errors were encountered: