What is Buildspec.yml ? and How to write a Buildspec.yml file ?
A buildspec is a collection of build commands.This is used by AWS CodeBuild to build and deploy your code. buildspec file should be expressed in buildspec.yaml format. It should be present at root directory of your project.
Reference : AWS Elastic Beanstalk sample for CodeBuild
No comments:
Post a Comment