- Learn about GoCD
- Configure a Deployment Pipeline to build and deploy your application to production
- Test the application running in production
-
Go to GoCD at http://gocd.cd4ml.net and login with the username and password provided.
-
Click on the little gear symbol () next to
ci-workshop-app-X
to edit your deployment pipeline configuration. -
Go to the "Materials" tab and edit the existing GitHub URL so that it points to your forked repository URL - probably just replacing
ThoughtWorksInc
with your GitHub username. -
Save and go back to the Dashboard page
-
Make a small change to your forked code, e.g., change the
src/webapp/templates/index.html
file, then add, commit, and push your changes to see your project being built and deployed in GoCD:
git add .
git commit -m"Sample change"
git push
-
Once the pipeline succeeds, you can access your application's URL at http://userX.app.cd4ml.net (replace
X
with your user ID) -
Done! Go to the next exercise