Skip to content

Commit

Permalink
Merge pull request #3822 from janmashat/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Oct 31, 2024
2 parents 3a29643 + 61adf1d commit 4e0d239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installing-lagoon/add-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

```bash title="Add project"
lagoon add project \
--gitUrl <YOUR-GITHUB-REPO-URL> \
--openshift 1 \
--productionEnvironment <YOUR-PROD-ENV> \
--git-url <YOUR-GITHUB-REPO-URL> \
--deploytarget 1 \
--production-environment <YOUR-PROD-ENV> \
--branches <THE-BRANCHES-YOU-WANT-TO-DEPLOY> \
--project <YOUR-PROJECT-NAME>
```

* The value for `--openshift` is the ID of your Kubernetes cluster.
* The value for `--deploytarget` is the ID of your Kubernetes cluster.
* Your production environment should be the name of the branch you want to have as your production environment.
* The branches you want to deploy might look like this: `“^(main|develop)$”`
* The name of your project is anything you want - “Company Website,” “example,” etc.
Expand Down

0 comments on commit 4e0d239

Please sign in to comment.