okteto / deploy-preview

Github action to create a preview env in Okteto as part of your automated development workflow
Apache License 2.0
2 stars 14 forks source link

Add dependencies flag #42

Open willem-i-am opened 2 years ago

willem-i-am commented 2 years ago

Please could you add a toggle to redeploy dependencies, which would mirror the cli flag:

okteto deploy --dependencies

This would allow preview updates to "pull in" any dependency changes

pchico83 commented 2 years ago

@willem-i-am we are working on a feature that will only redeploy dependencies if there is a new commit on the given dependency branch. That would be the default behavior. Would it cover your use case?