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