Skip to content

Deployment tokens release

Choose a tag to compare

@yamalight yamalight released this 02 Aug 13:43
· 533 commits to main since this release
594fd1a

This release adds support for deployment tokens.

Tokens are useful for deploying things from environments that don't have your private key (e.g. CI/CD services).
Here's how it works:

  1. Make sure you are logged in to your Exoframe server
  2. Generate new deployment token using: exoframe token
  3. Use the new token to deploy your service without need to authenticate: exoframe deploy -t $TOKEN