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