JonM·4 lata temu·discussThis service takes a cURL request and outputs an https URL: https://www.gostaticapp.com/You can use it via cURL or github actions (https://github.com/marketplace/actions/gostatic-deploy), and there's a node-based CLI coming soone.g. curl https://www.gostaticapp.com/api/deploy/artifact \ -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer your-api-token" \ -F "[email protected]"
JonM·5 lat temu·discussThis certainly wins on convenience and accessibility for non-developers.I was working on a similar concept, but it still required some dev skills (use curl or github actions) - https://www.gostaticapp.com/
You can use it via cURL or github actions (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 \ -X POST \ -H "Accept: application/json" \ -H "Authorization: Bearer your-api-token" \ -F "[email protected]"