add manual deploy script
This will be locally executed until CICD is ready.
This commit is contained in:
parent
b6742ed324
commit
28c643bd2f
1 changed files with 3 additions and 0 deletions
3
deploy.sh
Executable file
3
deploy.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rsync -a --delete build/doc/html/ 'web@shione.vermwa.re:'
|
Loading…
Reference in a new issue