rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Feature request: deploy from local folder #1033

Closed gilsdav closed 4 years ago

gilsdav commented 4 years ago

Feature Request Possibility to deploy from a local folder. I think this is a missing feature from other PaaS tools like:

It can be interesting to do exactly the same that from github (using a dockerfile) but by uploading the folder to build (without using git).

Current result

couldn't parse image reference "./node-test-rio/": invalid reference format

StrongMonkey commented 4 years ago

https://github.com/rancher/rio/blob/master/docs/developing-application-using-rio.md Is this you are looking? We already support building and deploying application from your local folder.

gilsdav commented 4 years ago

That's exactly what i thought, thank you :) Sorry for the waste of time.