5 ms·
This service takes a cURL request and outputs an https URL: https://www.gostaticapp.com/ https://www.gostaticapp.com/ You can use it via cURL or github actions
by JonM 5y ago
This service takes a cURL request and outputs an https URL:
https://www.gostaticapp.com/ https://www.gostaticapp.com/
You can use it via cURL or github actions (https://github.com/marketplace/actions/gostatic-deploy https://github.com/marketplace/actions/gostatic-deploy), and there's a node-based CLI coming soon
e.g.
curl https://www.gostaticapp.com/api/deploy/artifact https://www.gostaticapp.com/api/deploy/artifact \
-X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer your-api-token" \
-F "file=@file.zip"