How To Setup Auto-Deployment Using Codepipeline and Codedeploy
How To Setup Auto-Deployment Using Codepipeline and Codedeploy
and CodeDeploy
Workflow:-
install git
$yum install git -y
How to create Repository:
Open Aws CodeCommit
select create repository
$ls -al
$cd myrepo23
$vi appspec.yml
$vi index.html
$mkdir scripts
$vi scripts/install_dependencies
$vi scripts/start_server
$vi scripts/stop_server
$ls -al
$git add .
$git config --global user.email " @gmail.com"
$git config --global user.name "your name"
$git commit -m "first commit" -a
$git push origin master
Login into another aws Ec2 instance (for
application deploy):-
consider as a node
Select Next
select next