Added support for optionally deploying to subdir (for docs later)
This commit is contained in:
parent
a3cf021fc6
commit
b4c8216ebc
6 changed files with 103 additions and 69 deletions
8
curl
Executable file
8
curl
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
curl \
|
||||
-XPOST \
|
||||
-T test.tar.gz \
|
||||
-H 'Authorization: Bearer test' \
|
||||
-v \
|
||||
http://localhost:3000/api/deploy?dir=docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue