Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:deploy:cicd [2020/02/27 14:16]
kalenpw
development:deploy:cicd [2021/06/29 15:02] (current)
kalenpw
Line 1: Line 1:
 ====== CI/CD with GitLab ====== ====== CI/CD with GitLab ======
 +----
 +
   - create a ''.gitlab-ci.yml'' - I usually do this via web interface. An example is included below   - create a ''.gitlab-ci.yml'' - I usually do this via web interface. An example is included below
   - ''brew install gitlab-runner'' install gitlab runner - can usually be done via package manager on system   - ''brew install gitlab-runner'' install gitlab runner - can usually be done via package manager on system
Line 37: Line 39:
         - mv ./* /Users/kwilliams/Documents/Deployed         - mv ./* /Users/kwilliams/Documents/Deployed
 </file> </file>
 +----