mirror of
https://github.com/Brandon-Rozek/website.git
synced 2026-04-19 21:04:17 +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/
|
|
|