4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
rsync -vau _build/prod/rel/chicken_egg/ servi-eins:/srv/www/chicken_egg/ |