deploy script
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
2133c98d03
commit
616b2740ea
1 changed files with 6 additions and 0 deletions
6
deploy.sh
Executable file
6
deploy.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
sudo mkdir -p /srv/www/vhosts/luoi.eu/
|
||||
sudo rsync -HPa ./target/ /srv/www/vhosts/luoi.eu/
|
Loading…
Reference in a new issue