On Fri, Apr 4, 2014 at 1:58 PM, mathieu herbert <[email protected]>wrote:
> Hi, > In my company, we would like to execute a script at the end of the > deployment process (Jar). > > How can we include this script in the deployment process? > > Do you have any documentation about this subject? > > Thank you. If it's ok to run your script from within the vm you could add user-data functionality to your templates on firstboot, and pass the script that way. -- Erik Weber
