3 lines
99 B
Bash
3 lines
99 B
Bash
|
#!/bin/bash
|
||
|
./build.sh
|
||
|
rsync -r public/ root@melch.pro:/var/www/dump.melch.pro --delete
|