Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finish migrating range-web from jenkins to gh actions #429

Open
micheal-w-wells opened this issue Jan 4, 2020 · 1 comment
Open

finish migrating range-web from jenkins to gh actions #429

micheal-w-wells opened this issue Jan 4, 2020 · 1 comment
Labels
devops Enhancement New feature or request medium

Comments

@micheal-w-wells
Copy link
Collaborator

Loads of jenkins pain as well as general direction from the lab has us needing to move away from jenkins for deployments/CI. Despite lack of relevant examples GH actions is the natural choice given capability and us already working on the platform. After previously getting no "hard no's" on #devops-howto, today I proved out (using a temp service account) using GH containers to run openshift CLI and talk to the cluster without logging any secrets. What's left is the usual pipeline mumbo jumbo:

  • oc builds
  • image stream tagging
  • oc deploys
  • cleanup
  • pr/branch workflow considerations
@micheal-w-wells micheal-w-wells added AH-Web Issue relates to AH web devops Enhancement New feature or request and removed AH-Web Issue relates to AH web labels Jan 4, 2020
@micheal-w-wells
Copy link
Collaborator Author

  • trigger builds

  • deploy to dev

  • deploy to test

  • deploy to prod

  • notify pods ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Enhancement New feature or request medium
Projects
None yet
Development

No branches or pull requests

1 participant