You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.