Skip to content

Commit

Permalink
Comment out install hooks
Browse files Browse the repository at this point in the history
Because #31. Stupid CodeDeploy YAML.
  • Loading branch information
waldoj committed Feb 18, 2018
1 parent ecc539c commit 56c2673
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ permissions:
- "d:o::rwx"
type:
- directory
hooks:
BeforeInstall:
- location: rs-machine/deploy/predeploy.sh
AfterInstall:
- location: rs-machine/deploy/postdeploy.sh
- location: php rs-machine/deploy/log_deployment.php
#hooks:
# BeforeInstall:
# - location: rs-machine/deploy/predeploy.sh
# AfterInstall:
# - location: rs-machine/deploy/postdeploy.sh
# - location: php rs-machine/deploy/log_deployment.php

0 comments on commit 56c2673

Please sign in to comment.