We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056fdbd commit a33ce15Copy full SHA for a33ce15
publish.sh.dist
@@ -1,5 +1,4 @@
1
#!/bin/bash
2
3
vendor/bin/sculpin generate --env=prod || ( echo "Could not generate the site" && exit )
4
-vendor/bin/sculpin assets:install --env=prod output_prod || ( echo "Could not install assets for the site" && exit )
5
rsync -avze 'ssh -p 9999' output_prod/ username@stackphp.com:public_html || ( echo "Could not publish the site" && exit )
0 commit comments