mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-11-18 04:00:25 +00:00
3 lines
97 B
Bash
Executable file
3 lines
97 B
Bash
Executable file
#!/usr/bin/env sh
|
|
rsync -Pazc --exclude=*.bak --delete public/ build@Rozek-Nimbus:brandonrozek/
|
|
|