Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
feat: adding deploy_number environment variable to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Feb 8, 2024
1 parent 9b1aa7a commit c61028d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/reference/environment/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ The following table includes variables only available during the **deployment**
All custom parameters are passed to the deployment available with a `DEPLOYMENT_PARAMETER_` prefix of the key.
{{% /alert %}}

| Key | Value | Explanation |
| ------------------- | ----------- | --------------------------------------------- |
| `VELA_BUILD_TARGET` | `production` | name of target environment for the deployment |
| `VELA_DEPLOYMENT` | `production` | name of target environment for the deployment |
| Key | Value | Explanation |
| -------------------------- | ----------- | --------------------------------------------- |
| `VELA_BUILD_TARGET` | `production` | name of target environment for the deployment |
| `VELA_DEPLOYMENT` | `production` | name of target environment for the deployment |
| `VELA_DEPLOYMENT_NUMBER` | `production` | number of deployment from GitHub |

##### `pull_request` event only

Expand Down

0 comments on commit c61028d

Please sign in to comment.