mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-09 12:35:17 +00:00
basic barebones
This commit is contained in:
10
update
Executable file
10
update
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# If you're Luke, add an arg to update the website too.
|
||||
|
||||
#rm dest -rf
|
||||
#mkdir -p dest
|
||||
ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking"
|
||||
|
||||
[ -n "$1" ] &&
|
||||
rsync -auvrlP --delete-after ~/.local/src/food/ root@based.cooking:/var/www/cooking
|
||||
Reference in New Issue
Block a user