There was an error while loading. Please reload this page.
1 parent a33ce15 commit 4249f7aCopy full SHA for 4249f7a
1 file changed
publish.sh.dist
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
vendor/bin/sculpin generate --env=prod || ( echo "Could not generate the site" && exit )
4
-rsync -avze 'ssh -p 9999' output_prod/ username@stackphp.com:public_html || ( echo "Could not publish the site" && exit )
+fab || ( echo "Could not publish the site" && exit )
0 commit comments