I'm attempting to troubleshoot my failed deployments and cannot locate any logs for CodeDeploy.
I have a CentOS 7 server with a website running on Apache at /var/www/html/. reset.sh
is suppose to reset file/folder permissions after a deployment.
My appspec.yml looks like this:
version: 0.0
os: linux
files:
- source: /*
destination: /var/www/html/
hooks:
AfterInstall:
- location: reset.sh
timeout: 3000
runas: centos