site-backend/curl
Jef Roosens 6505e02dd4
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Sites are now explicitely defined
This fixes the issue where deploying the default site would delete all
other sites, because they're subdirs of the default dir.
2022-04-05 10:45:42 +02:00

8 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