Skip to content

Commit

Permalink
Markdown lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hypesystem committed Apr 4, 2024
1 parent 800e720 commit f278242
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/runbooks/add-library-site-to-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,21 @@ From within `dplsh` run the `sites:sync` task to sync the site state in
sites.yaml, creating your new site

```sh
$ task sites:sync
task sites:sync
```

You may be prompted to confirm Terraform plan execution and approve other
critical steps. Read and consider these messages carefully and ensure you are
not needlessly changing other sites.

The synchronization process:
- ensures a Github repo is provisioned for each site
- creates a Lagoon configuration for each site and pushes it to the relevant

* ensures a Github repo is provisioned for each site
* creates a Lagoon configuration for each site and pushes it to the relevant
branches in the repo (for example, sites with `plan: "webmaster"` also get
a `moduletest` branch for testing custom Drupal modules)
- ensures a Lagoon project is created for each site
- configures Lagoon to track and deploy all the relevant branches for each site
* ensures a Lagoon project is created for each site
* configures Lagoon to track and deploy all the relevant branches for each site
as environments

If no other changes have been made to `sites.yaml`, the result is that your new
Expand Down

0 comments on commit f278242

Please sign in to comment.