val.packett.cool/bunny.sh
Val Packett 37ceda1d0c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Finish bunny migration
2024-11-13 19:29:02 -03:00

8 lines
245 B
Bash
Executable file

#!/bin/sh
set -e
cd _site
find * -type f -exec curl --fail --request PUT \
--url https://storage.bunnycdn.com/$BUNNY_BUCKET/{} \
--header "AccessKey: $BUNNY_KEY" \
--header "Content-Type: application/octet-stream" \
--data-binary @{} \;