10 lines
206 B
Bash
Executable File
10 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
hugo
|
|
|
|
rsync -avz --delete public/ server-public:/srv/http/ \
|
|
--exclude="/ytbn"
|
|
|
|
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \
|
|
--exclude=".git"
|