AWS Snippet - AWS CodeDeploy 배포 후 bash script 실행

version: 0.0
os: linux
files:
  - source: ./
    destination: /home/django-home

hooks:
  AfterInstall:
    - location: scripts/after_deploy.sh
      timeout: 300
      runas: root