Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 778 Bytes

File metadata and controls

18 lines (15 loc) · 778 Bytes
title Deployment environments
intro You can create and deploy to different environments.
versions
fpt ghes ghec
*
*
*
type overview
topics
Actions
Workflows

{% data reusables.actions.about-environments %}

Each job in a workflow can reference a single environment. Any protection rules configured for the environment must pass before a job referencing the environment is sent to a runner. The job can access the environment's secrets only after the job is sent to a runner.

When a workflow references an environment, the environment will appear in the repository's deployments. For more information about viewing current and previous deployments, see AUTOTITLE.