4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/sh
|
|
|
|
hugo build
|
|
rsync -axHAWXS --numeric-ids --info=progress2 --rsync-path="sudo rsync" ./public/ vpsnew:/var/www/nadeko.net/
|