diff --git a/docs/guides/github-actions/index.mdx b/docs/guides/github-actions/index.mdx index ba1bf287..9de32dfe 100644 --- a/docs/guides/github-actions/index.mdx +++ b/docs/guides/github-actions/index.mdx @@ -73,10 +73,12 @@ By default, your Satellite does not accept any deployments from unknown source. 3. Navigate to the **Deployments** tab. 4. Click **Connect repository** and follow the steps to register your repository and, optionally, restrict deployments to specific references. -// A screenshot of the Deployments tab in Juno Console // Screenshot +![A screenshot of the Deployments page in Juno Console when the Satellite is not yet configured](../../img/satellite/deployments-config.png) Once configured, the Console will start displaying your future deployments from GitHub Actions. +![A screenshot of the Deployments page in Juno Console with few executed worfklows](../../img/satellite/deployments-workflows.png) + ### Using the CLI You can also configure automation via the CLI. Refer to the [CLI configuration](../../reference/cli.mdx) documentation for details. diff --git a/docs/img/satellite/deployments-config.png b/docs/img/satellite/deployments-config.png new file mode 100644 index 00000000..c12d84da Binary files /dev/null and b/docs/img/satellite/deployments-config.png differ diff --git a/docs/img/satellite/deployments-workflows.png b/docs/img/satellite/deployments-workflows.png new file mode 100644 index 00000000..4f27bfd5 Binary files /dev/null and b/docs/img/satellite/deployments-workflows.png differ diff --git a/docs/img/satellite/overview.png b/docs/img/satellite/overview.png index bd72ae1b..9b9e3384 100644 Binary files a/docs/img/satellite/overview.png and b/docs/img/satellite/overview.png differ