Atlassian Bitbucket Support for AWS CodeDeploy was announced long time ago in 2015.
AWS CodeDeploy User Guide is explaining what exactly is executed on the instance to generate codeDeploy deployment.
my question is how do we set a param for
--file-exists-behavior
I wan it to be OVERWRITE
, but it feels like it is DISALLOW
by default.
I know it is possible, because this is how it worked on elstic-beanstalk (Amazon Linux) on another project, however now I'm using Ubuntu and I don't have access to previous settings. It cannot be possible only for Amazon Linux, right?