2017-02-17 21:30:30 +00:00
|
|
|
{
|
|
|
|
"name": "new-life-intro-band",
|
|
|
|
"steps": {
|
|
|
|
"build": {
|
|
|
|
"workingDir": "website",
|
|
|
|
"expectedEnv": ["VERSION"],
|
|
|
|
"artifacts": ["nlib-web-$VERSION.zip"],
|
|
|
|
"cmdInput": [
|
|
|
|
"nim c -r make_site",
|
|
|
|
"(cd rendered && zip -r ../nlib-web-$VERSION.zip *)"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"deploy": {
|
2017-02-17 23:44:15 +00:00
|
|
|
"dontCache": "true",
|
|
|
|
"depends": ["build"],
|
2017-02-17 21:30:30 +00:00
|
|
|
"expectedEnv": ["VERSION"],
|
|
|
|
"cmdInput": [
|
2017-02-17 23:44:15 +00:00
|
|
|
"netlify deploy -s newlifeintroband -p '$build_DIR/nlib-web-$VERSION.zip'"
|
2017-02-17 21:30:30 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|