We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1201c commit b32a36bCopy full SHA for b32a36b
publish.sh.dist
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
3
+rm -rf output_prod
4
vendor/bin/sculpin generate --env=prod || ( echo "Could not generate the site" && exit )
5
fab || ( echo "Could not publish the site" && exit )
0 commit comments