Conditional re-deploy only if contents of folder change
I have a large monorepo with many projects, I only want to redeploy if the contents of a folder change, is this possible?
4 Replies
Project ID:
e269f5dd-f1fb-40f1-9ea5-9b0a20b1c53a
e269f5dd-f1fb-40f1-9ea5-9b0a20b1c53a
You can use watch paths in your service settings
Amazing thank you, also is there any way of understanding why when I use shared variables it causes issues?
In this example. I'm using a shared variable to create my rabbitMQ default user
${{RABBITMQ_DEFAULT_USERNAME}}
and if I use this I cannot login, but if I copy the value which the copy button gives me in the UI, paste that into the box replacing the value then it works fine.