grampajoe / step-opsworks-deploy

A Wercker step that creates OpsWorks deployments.
MIT License
1 stars 0 forks source link

Deploy the current commit #9

Closed grampajoe closed 9 years ago

grampajoe commented 9 years ago

The commit from the build being deployed should be explicitly deployed so any build, not just the HEAD of the branch, can be deployed. This would also avoid race conditions where a merge to the OpsWorks branch during a deploy would cause the wrong commit to be deployed.