5 lines
No EOL
105 B
Bash
Executable file
5 lines
No EOL
105 B
Bash
Executable file
#! /bin/sh
|
|
git pull
|
|
git submodule update
|
|
hugo
|
|
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca |