feat: add simple deploy script
This commit is contained in:
parent
22d097a606
commit
12eb97db46
1 changed files with 6 additions and 0 deletions
6
deploy
Executable file
6
deploy
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
set -x
|
||||
|
||||
zine release
|
||||
rsync -avx --delete public/ flow-control.dev:/srv/flow-control.dev/html
|
Loading…
Add table
Add a link
Reference in a new issue