0

I have an app deployed, and then modify a deploy recipe to make a folder writable, but nothing changes when I deploy the app again. Do the chef recipes get cached? Do I have to boot a new instance every time my chef recipe changes in the deploy cycle?

jaseeey
  • 1,462
  • 16
  • 20
Errol Fitzgerald
  • 475
  • 1
  • 7
  • 17

1 Answers1

0

If you change your custom cookbooks, you need to update the cookbooks on each instance. You can do this under the "Deployments" area by clicking "Run Command", selecting "Update Custom Cookbooks" from the drop-down and then pressing the "Update Custom Cookbooks" button. You can usually leave all instances checked, unless you don't want to update one for some reason.

jaseeey
  • 1,462
  • 16
  • 20