Stormkit Logo
Stormkit Logo
+ K
docsblogwhats new?FAQpricingGitHubTwitterDiscordDiscordlogin
Welcome
Getting StartedContributingContact Us
Deployments
IntroductionConfigurationApplication RuntimeAuto DeploymentsOutbound WebhooksDeploy ButtonSystem VariablesHow Do We Deploy

System environment variables

Stormkit injects several environment variables available to your deployment.

Variable Description
SK_APP_ID The application ID which is currently being deployed.
Example: 3289604702
SK_BRANCH_NAME The branch name which is currently being deployed.
Example: main
SK_ENV The environment name that is currently being used as a configuration.
Example: staging
SK_ENV_ID The environment ID that is currently being used as a configuration.
Example: 1406306010105
SK_ENV_URL The URL of the environment.
Example: my-app--staging.stormkit.dev
SK_COMMIT_SHA The long-format commit SHA.
Example: 1d804406ca177329541ed1b6468d8da794aab109
STORMKIT This indicates that we're on a Stormkit environment. The value is always true (string).