You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I've noticed this several times - consider a scenario where two deployments/revisions have a same file in the same path:
In the first revision, the the file is scripts/ApplicationStop/application-stop.sh
In the second revision (For a different application), if you have similar file in the same location (but different) content, code deploy will execute the previous file (file from the previous deployment).
You deploy another revision, and this time code deploy will pick up the previous file (from revision 2).
we have a standard script/directory structure that we follow across deployments and this really causes code deploy agent to either run the wrong scripts or mess up data in some cases.
benoitMariaux, willhs, erwinjulius, redixhumayun and nocoli