Build and deployment via aws CodePipeline. Pipeline configured by aws WebUI.
file | description |
---|---|
codeDeployAgentInstall.sh | Script to install Code Deploy agent without AWS Systems Manager |
appspec.yml | An application specification file (AppSpec file). Needed for deploy more... |
buildspec.yaml | A buildspec is a collection of build commands and related settings. Needed for build more... |
afterinstall.sh | Used in appspec file and contain after install commands. Needed for deploy |
./2/ | The folder contains files for deployment |
In github-actions-837 repository add Appspec file and change github action workflow to make appspec file part of the artifact.