davidovski/sync.sh

9 lines
251 B
Bash
Raw Normal View History

2021-08-26 03:15:22 +00:00
#!/bin/bash
cp templates/index.html templates/page.html
python build.py
rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -vz -e ssh ./html/ oracle:/srv/davidovski/html
2021-08-26 22:47:47 +00:00
git push # push after everything to keep it all backed up