My personal website vittoriogioda.com
blog portfolio personal-website

chore: update dependencies and improve deployment script

+3 -3
+3 -3
.tangled/workflows/deploy.yml
··· 13 13 nixpkgs: 14 14 - coreutils 15 15 - curl 16 + - patchelf 16 17 17 18 environment: 18 19 SITE_PATH: './public' ··· 24 25 command: | 25 26 curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 26 27 chmod +x wisp-cli 27 - 28 - # Deploy to Wisp 28 + patchelf --set-interpreter "$(patchelf --print-interpreter $(which curl))" ./wisp-cli 29 29 ./wisp-cli deploy \ 30 30 "$WISP_HANDLE" \ 31 31 --path "$SITE_PATH" \ 32 32 --site "$SITE_NAME" \ 33 - --password "$WISP_APP_PASSWORD" 33 + --password "$WISP_APP_PASSWORD"