mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 15:18:38 -04:00
deployments: Fix main branch deployment and overrides (#1801)
* Use different environment per PR Signed-off-by: Erik Michelson <github@erik.michelson.eu> * Fix main deployment by using CI-aware build script Signed-off-by: Erik Michelson <github@erik.michelson.eu> * Use PR title and number in netlify deployment list Signed-off-by: Erik Michelson <github@erik.michelson.eu> * Use exec Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
523701b3d2
commit
6e1847d1e9
4 changed files with 17 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[build]
|
||||
publish = ".next"
|
||||
command = "echo 'Assuming already built and cleaned Next.js app at ./.next/'"
|
||||
command = "bash netlify/build.sh"
|
||||
|
||||
[[plugins]]
|
||||
package = "@netlify/plugin-nextjs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue