ci(deploy): curl fail with body
Lint / ESLint (push) Successful in 15m2s
Lint / TypeScript (push) Successful in 15m1s
Lint / Oxlint (push) Successful in 15m44s
Deploy / Build (push) Successful in 15m45s
Deploy / Deploy to Stapler (push) Has been cancelled

This commit is contained in:
2026-05-02 22:24:59 +02:00
parent 2c32144c6c
commit 4389f799e8
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: tar -czC dist -f dist.tar.gz .
- name: Upload to Stapler server
run: |
curl -s -X PUT --data-binary "@dist.tar.gz" \
curl -s -X PUT --fail-with-body --data-binary "@dist.tar.gz" \
-H 'X-Token: ${{ secrets.STAPLER_TOKEN }}' \
${{ vars.STAPLER_CURL_ARGS }} \
${{ vars.STAPLER_TARGET }}