Skip to content

Commit a33ce15

Browse files
committed
Remove assets:install from publish script
1 parent 056fdbd commit a33ce15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

publish.sh.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

33
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 )
54
rsync -avze 'ssh -p 9999' output_prod/ username@stackphp.com:public_html || ( echo "Could not publish the site" && exit )

0 commit comments

Comments
 (0)