website/deploy.sh

5 lines
249 B
Bash
Raw Normal View History

2023-12-04 09:42:44 -05:00
#!/bin/bash
mkdocs build
#ssh -t subnet@charlie.u15i.net "rm -rf /home/subnet/web/subnet-main/*"
#scp -r ./site/* subnet@charlie.u15i.net:/home/subnet/web/subnet-main/
rsync -rzP --delete ./site/ subnet@charlie.u15i.net:/home/subnet/web/subnet-main/