Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Nov 22, 2024
1 parent 1c0ccfe commit 0843fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Docs/workflow-build-and-deploy-digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Note: this workflow is meant for deployments to **DigitalOcean**.
| ----- | ----------- |
| `environment` | Target environment to deploy to, usually `development` |
| `image` | Image name (fallback to repository name) |
| `image-variants` | List of variants to build (folders in monorepo), separated by commas |

| Secret | Description |
| ------ | ----------- |
Expand Down
1 change: 1 addition & 0 deletions Docs/workflow-build-and-deploy-scaleway.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Note: this workflow is meant for deployments to **Scaleway**.
| ----- | ----------- |
| `environment` | Target environment to deploy to, usually `development` |
| `image` | Image name (fallback to repository name) |
| `image-variants` | List of variants to build (folders in monorepo), separated by commas |

| Secret | Description |
| ------ | ----------- |
Expand Down
1 change: 1 addition & 0 deletions Docs/workflow-promote-to-environment-digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Note: this workflow is meant for deployments to **DigitalOcean**.
| `environment-target` | Target environment to deploy to |
| `environment-map` | Custom environment mapping (JSON object) |
| `image` | Image name (fallback to repository name) |
| `image-variants` | List of variants to roll out (folders in monorepo), separated by commas |

| Secret | Description |
| ------ | ----------- |
Expand Down
1 change: 1 addition & 0 deletions Docs/workflow-promote-to-environment-scaleway.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Note: this workflow is meant for deployments to **Scaleway**.
| `environment-target` | Target environment to deploy to |
| `environment-map` | Custom environment mapping (JSON object) |
| `image` | Image name (fallback to repository name) |
| `image-variants` | List of variants to roll out (folders in monorepo), separated by commas |

| Secret | Description |
| ------ | ----------- |
Expand Down

0 comments on commit 0843fc4

Please sign in to comment.