Skip to content
Snippets Groups Projects
Commit 26377cd0 authored by Daniel Sabatino's avatar Daniel Sabatino
Browse files

More updates

parent faa2ceb2
No related merge requests found
# Gitlab CI Templates for WCM Sites
# Gitlab CI Templates for WCM Modules
A set of CI templates and scripts used for CI/CD of Pantheon sites hosted on UCR.
A set of CI templates and scripts used for CI/CD of WCM modules and themes hosted on UCR.
### Composer Installation
- Add the wcm-osu repository to your composer.json.
......@@ -22,10 +22,10 @@ A set of CI templates and scripts used for CI/CD of Pantheon sites hosted on UCR
```
- Require with composer.
```
user@host> composer require --dev wcm-osu/wcm_template_ci_site
user@host> composer require --dev wcm-osu/wcm_template_ci_module
```
- Copy the [PROJECT_ROOT]/vendor/wcm-osu/wcm_template_ci_site/.ci/scaffold/.gitlab-ci.yml file to your [PROJECT_ROOT]. Be aware that if you're updating any existing CI configuration, previous customizations may be overwritten.
- Copy the [PROJECT_ROOT]/vendor/wcm-osu/wcm_template_ci_module/.ci/scaffold/.gitlab-ci.yml file to your [PROJECT_ROOT]. Be aware that if you're updating any existing CI configuration, previous customizations may be overwritten.
- Adjust .gitlab-ci.yml as needed. Add .gitlab-ci.yml to your site repository. Commit and push to your site repository.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment