Github Actions
Last updated
Was this helpful?
Last updated
Was this helpful?
build executable in native mode
put the executable in a Docker image
publish the docker image to a remote registry
deploy it on GCP with Cloud Run
See
Push Pipeline
Pull Request(PR) Pipeline
Release Pipeline
Deployment Pipeline
lint
unit tests
triggered when PR is created for
develop
branch
lint
unit tests
integration tests
build docker images
sign images
push images to GCR
generate build/kubernetes.yaml for k8s with Helm or Kustomize
generate release on GitHub
Deploy to KinD on CI
E2E Test
deploy to GKE
https://medium.com/@max.day/how-to-use-github-actions-to-deploy-your-quarkus-app-to-gcp-6ed5d9fdecb3
https://github.com/maxday/quarkus-demo-actions