6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
set -xeuo pipefail
|
|
cd "$(git rev-parse --show-toplevel)/jakstys.lt"
|
|
|
|
rsync -v -aP public/ jakstys.lt:/data/public_html/
|