Skip to content

Commit

Permalink
add GitLab where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 30, 2024
1 parent 2b641fb commit 9eab83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Every project is unique, and we provide a variety of options to ensure that your
| `volto_version` | Volto (Plone Frontend) version to be used. This queries for the latest available Volto version and presents it to you as the default value. | **16.4.1** |
| `volto_generator_version` | Volto (Plone Frontend) Yeoman generator to be used. This queries for the latest available Volto Generator version and presents it to you as the default value. Non-stable versions will be included if a non-stable version was selected for `volto_version`. | **6.0.0** |
| `language_code` | Language to be used on the site. | **pt-br** |
| `github_organization` | Used for GitHub and Docker repositories. | **collective** |
| `github_organization` | Used for GitHub, GitLab and Docker repositories. | **collective** |
| `container_registry` | Container registry to be used. | **GitHub** |
| `devops_ansible` | Should we create an Ansible playbook to bootstrap and deploy this project? | **Yes** |
| `devops_gha_deploy` | Should we create a GitHub action to deploy this project? | **Yes** |
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"nl": "Nederlands",
"fi": "Suomi"
},
"github_organization": "GitHub Username or Organization",
"github_organization": "GitHub or GitLab Username or Organization",
"container_registry": {
"__prompt__": "Container Registry",
"GitHub": "GitHub Container Registry",
Expand Down

0 comments on commit 9eab83d

Please sign in to comment.