site-backend/curl

9 lines
147 B
Bash
Executable File

#!/usr/bin/env sh
curl \
-XPOST \
-T default.tar.gz \
-H 'Authorization: Bearer test' \
-v \
http://localhost:3000/api/deploy