Reusable GitHub actions workflows for common CI/CD tasks.
| Action | Description |
|---|---|
| Deploy static site to AWS | Build and deploy static sites to AWS S3 + CloudFront |
| Deploy container to fly | Deploy containerized apps to Fly.io with staging/production environments |
| Build and push docker image | Build and push Docker images to container registries |
| Test and publish elixir library | Test Elixir libraries and publish to Hex |
| Test and publish NPM library | Build, test, and publish NPM packages |
| Test and publish Python package | Test and publish Python packages to PyPI |
| Release Drafter | Create draft releases with auto-generated release notes |
| Build and deploy a Vercel app | Build, test, and deploy applications to Vercel |