1

My microservice code is in GitHub. I want to automate the CI/CD on pivotal cloud foundry whenever there is a commit in my remote repository of GitHub. Is there any pipeline or hook available in GitHub which can be used out of box to achieve this.

Vinod Kumar
  • 665
  • 3
  • 13
  • 31
  • Are you using specific CI/CD software or just asking in general? Concourse CI has resources to pull from Github & deploy to CF, so it would be fairly easy to set it up to deploy your code on each commit. https://concourse-ci.org/included-resources.html – Daniel Mikusa Jun 18 '18 at 11:10
  • If you are using Jenkins for CI/CD pipeline, you can use `GitHub hook trigger for GITScm polling`. Refer this https://stackoverflow.com/questions/5784329/how-can-i-make-jenkins-ci-with-git-trigger-on-pushes-to-master for more details – Avhi Jun 18 '18 at 19:12
  • Please take a look at [Spring Cloud Pipelines](https://github.com/spring-cloud/spring-cloud-pipelines). You can get the samples for Concourse and Jenkins. – K.AJ Jun 29 '18 at 14:22

1 Answers1

0

Teere should be now with GitHub Actions

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250