website/deploy.sh
2024-02-16 21:57:58 -05:00

6 lines
No EOL
326 B
Bash
Executable file

#!/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/
rsync -rzP --delete ./site/ cody@web01.u15i.net:/var/www/subnet_masked/root