deploy button

This commit is contained in:
2025-11-25 16:17:20 -06:00
parent 41c1439192
commit 2e555d53d1
5 changed files with 66 additions and 6 deletions
+10
View File
@@ -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"