Skip to content

devopsage/code_deploy_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

  • This is a simple apache page repo with index.html and Appspec.yaml file for code deploy with supported shell script.
  • Index file will be deployed on to Amazon Linux Server which is under auto Scaling and CICD for the same will be managed using the CodeDeploy and Code Pipeline.

Note: Scripts under the scripts folder does not require steps like stop/start of apache server. It's just added to demonstrate the use of appspec.yaml file

For the detailed steps involved in the deployment process, please refer the blog post published in devopsage website.

Keys files,

  • web folder contains the simple index.html file which is to be deployed in apache server
  • scripts folder contains all the shell scripts used in appspec.yml file
  • userData.sh scripts is passed at the time of launching the instance to install aws cli and installing the codedeploy agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors