website/deploy.sh

6 lines
326 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/
2024-02-16 21:57:58 -05:00
#rsync -rzP --delete ./site/ subnet@charlie.u15i.net:/home/subnet/web/subnet-main/
rsync -rzP --delete ./site/ cody@web01.u15i.net:/var/www/subnet_masked/root