5 lines
123 B
Bash
Executable file
5 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
|
|
hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/nvim.pro/public/* debbie:/var/www/nvim.pro
|
|
|
|
exit 0
|