Fixed strawboss config.

This commit is contained in:
Jonathan Bernard 2017-02-17 17:44:15 -06:00
parent c9cbda3664
commit 78d11d163c

View File

@ -11,10 +11,11 @@
] ]
}, },
"deploy": { "deploy": {
"depends": "build", "dontCache": "true",
"depends": ["build"],
"expectedEnv": ["VERSION"], "expectedEnv": ["VERSION"],
"cmdInput": [ "cmdInput": [
"netlify deploy -s newlifeintoband -p $build/nlib-web-$VERSION.zip" "netlify deploy -s newlifeintroband -p '$build_DIR/nlib-web-$VERSION.zip'"
] ]
} }
} }