*/Project
배포 오류
haileykim2014
2021. 8. 5. 01:39
The CodeDeploy agent did not find an AppSpec file within the unpacked revision directory at revision-relative path "appspec.yml". The revision was unpacked to directory "/opt/codedeploy-agent/deployment-root/7a4336d8-06e1-4025-abe0-192e0bffa4e1/d-L0T638J4B/deployment-archive", and the AppSpec file was expected but not found at path "/opt/codedeploy-agent/deployment-root/7a4336d8-06e1-4025-abe0-192e0bffa4e1/d-L0T638J4B/deployment-archive/appspec.yml". Consult the AWS CodeDeploy Appspec documentation for more information at http://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file.html
디렉토리문제
프로젝트폴더 안에 pom이없고 프로젝트폴더 - 프로젝트폴더2 - pom.xml으로
경로맵핑때문에 오류가났었다.
디렉토리구조를 프로젝트폴더 - pom.xml로 바꾸니까 해결 !