We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33ce15 commit 4249f7aCopy full SHA for 4249f7a
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