You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a dotCMS developer and I want to set up a CI/CD pipeline from github using github actions. As a developer, I should be able to commit my files, code changes and fixes into git and see them reflected in my dotCMS environment.
If I add a new site, I should see that site created in dotCMS
If I commit a new content type, I should see that reflected - same with css, js, VTLs, files and folders, file containers and file templates.
If I change a content type, it should be changed in the target environment.
If I change a content type, vtl or asset, it should be updated in the target environment as well.
Acceptance Criteria
The action will generally be triggered by a workflow that is fired when a new commit/merge happens in a branch
Parent Issue
CLI Phase 2
#24753
User Story
I am a dotCMS developer and I want to set up a CI/CD pipeline from github using github actions. As a developer, I should be able to commit my files, code changes and fixes into git and see them reflected in my dotCMS environment.
Acceptance Criteria
The action will generally be triggered by a workflow that is fired when a new commit/merge happens in a branch
The action will be built as a Docker container action (see: https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action)
The action's Dockerfile should be stored in the /tools/dotcms-cli/action/
The action will take env variables to configure it
As we add new features to the CLI, we should also make sure our github action will support them.
Proposed Objective
Technical User Experience
Proposed Priority
Priority 2 - Important
Tasks
The text was updated successfully, but these errors were encountered: