9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
curl \
|
||
|
-XPOST \
|
||
|
-T test.tar.gz \
|
||
|
-H 'Authorization: Bearer test' \
|
||
|
-v \
|
||
|
http://localhost:3000/api/deploy?dir=docs
|