Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ssdeploy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Solid State Deploy
Deploy simple websites with Google Cloud and Cloudflare. It is like Netlify with:
- Better performance. Cloudflare has more features for fast websites than Netlify CDN. For instance, HTTP/3 and TLS 1.3 0-RTT.
- Flexibility. You can have crontab jobs and simple scripts (without persistence storage). You will have powerful and well documented Nginx config to define custom headers and redirects.
- Lack of vendor lock-in. We use industry standards like Docker and Nginx. You can change CI, CDN, or Docker cloud separately.
- Local tests. You can run a server on your laptop to test redirects and scripts.
You will have built-in HTTPS and deploy by git push
.

We also have trade-offs. It is not free, but for a simple website, it will cost you cents per month. You need more steps to install it, but after you have the same simple workflow.
Docs
Read full docs here.