Summary
Extend the func cli with the capability to generate a GitHub Actions workflow setup (with yaml file and directory) in the given function repo.
The workflow should contain:
- a checkout of the code
- get/setup of the
func cli using the knative-func-action
- and running
func deploy|func deploy --remote
The user should have the option to create the workflow with different configurations for a local build in the Github action runner or a remote on-cluster build.
Subtask of #2024.
Resources
Pull Requests