Hi @green405,
Right now this type of integration can be done only manually. Here's the steps:
- init a new project folder for the project you want to integrate to Github (
floyd init <project_name>
and git init && git remote add origin https://github.com/user/repo.git
- After your Job has finished the execution, download the Output with
floyd data clone <user>/projects/<name>/<version>/output
- Push on Github
I have updated the title / category to reflect that this is a new feature request. This will help us gauge interest from our users.
Can you provide more info about your use case, please?
This will help us to understand your workflow and fit it into FloydHub.