okteto / pipeline

Enable GitHub developers to trigger Okteto Pipelines from a GitHub Actions workflow
https://okteto.com
Apache License 2.0
15 stars 8 forks source link

customize path to pipeline path #15

Closed mohammadne closed 3 years ago

mohammadne commented 3 years ago

currently, what I have is a file in .okteto/okteto-pipeline.yml but what I want is to have multiple seperate pipelines to be run like :

.okteto/custom-pipeline-1.yml
.okteto/custom-pipeline-2.yml

the reason why I'm doing this is because I have a modular-monolithic application and I want to have multiple and seperate pipelines

as you can see in this link, each service has its deployment and with current approach each service will trigger all services deployment which is completely wrong. my idea is to have something like github workflows which we can define multiple workflows.

thanks !

mohammadne commented 3 years ago

related pull-request

mohammadne commented 3 years ago

thanks @pchico83 for approving the pull request.

to close this issue one step is remaining and that's updating the latest release.

pchico83 commented 3 years ago

@mohammadne we do that everytime we do an Okteto CLI release. there is one coming this week. In the meantime, you can use master.