deploy button
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Make this be a script that will deploy your site. Assume it'll be run from the
|
||||
# path of the built site, that the build succeeded, and that anything written to
|
||||
# stdout will be displayed in a dialog.
|
||||
|
||||
# Example:
|
||||
# rsync -r . root@example.com:/var/www/html 2>&1 && echo "Site deployed!"
|
||||
|
||||
echo "Edit _scripts/deploy.sh to set up deploy script"
|
||||
Reference in New Issue
Block a user