Skip to content

Commit

Permalink
Ensure GitHub CodeDeploy hook has deployment event
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Jul 19, 2016
1 parent 1362867 commit b4b433c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formation.json
Expand Up @@ -210,6 +210,7 @@
" }, options);",
" var hook = {",
" name: 'awscodedeploy',",
" events: ['deployment'],",
" config: {",
" application_name: props.ApplicationName,",
" deployment_group: props.DeploymentGroup,",
Expand Down

0 comments on commit b4b433c

Please sign in to comment.