- Fix restart_policy in Service config.
- Tweaked the upgrade process a bit. REVERTED.
- Refactor and cosmetic surgery here and there.
- Track Service config changes and allow redeploy if it changes.
This commit is contained in:
Andras Bacsai
2021-03-30 23:35:22 +02:00
committed by GitHub
parent a1cccd479e
commit 767c65ab10
16 changed files with 122 additions and 116 deletions

View File

@@ -14,15 +14,11 @@ https://andrasbacsai.com/farewell-netlify-and-heroku-after-3-days-of-coding
# FAQ
Q: What does Buildpack means?
Q: What is a buildpack?
A: It defines your application's final form. Static means that it will be hosted as a static site in the end. (see next question below 👇)
---
Q: How can I build a static site, like Next.js, Sapper (prerendered), etc ?
A: Use `static` builder and set your `Build command`.
A: It defines your application's final form.
`Static` means that it will be hosted as a static site.
`NodeJs` means that it will be started as a node application.
# Screenshots