Built a crude deploy script, using rsync
This commit is contained in:
parent
ac812207a0
commit
e03bcca9d1
1 changed files with 2 additions and 0 deletions
2
deploy-to-server.sh
Executable file
2
deploy-to-server.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
./build.sh && rsync -rpog --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv
|
||||
Loading…
Add table
Reference in a new issue