Skip to content

Releases: OrbitKit-io/OrbitKit-Deploy

v1.0.0

17 May 04:46
9032d38

Choose a tag to compare

First public release of the OrbitKit Deploy GitHub Action.

Deploy your OrbitKit-hosted app site (privacy policy, support page, data
deletion, AASA, and more) from any CI/CD pipeline.

- uses: OrbitKit-io/OrbitKit-Deploy@v1
  with:
    api-key: ${{ secrets.ORBITKIT_API_KEY }}
    app-id: ${{ vars.ORBITKIT_APP_ID }}
  • Composite action, no Node toolchain required
  • Inputs passed as env (no shell injection); outputs: site-url, deployed-at
  • Pin to @v1 (moving major tag) or @v1.0.0 (immutable)

Licensed under Apache-2.0.