Skip to content

Commit 4249f7a

Browse files
committed
Change publish script to use fabric
1 parent a33ce15 commit 4249f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh.dist

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

33
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 )
4+
fab || ( echo "Could not publish the site" && exit )

0 commit comments

Comments
 (0)