5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
hugo --cleanDestinationDir
|
|
|
|
sudo rsync -av --delete ./public/ /var/www/pol/public/
|
|
|