CICD Pipeline for ColdFusion Apps
Could anybody provide a example YAML script that demonstrates how to take updated code and deliver it to a remote test server? I'm having trouble wrapping my head around what to deliver after a merge request. I'm completely new to GitLab and the whole CICD pipeline process, and the examples I'm seeing are for mostly builds of other languages.
My process is as follows
pull from develop
edit code
unit test with dev server
commit changes
push changes
UAT
merge request
Thanks for any clarification you can offer on what commands would be used to automate this.
