Skip to content

HybridModels/hyipinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

|The HYIP Project |This repo is courtesy of The HYIP Project. Find all of them on The Project Map.|The HYIP Project | |:----|----|----:|{|

hyipinfo.github.io

Information Flow System

This project section is running on Amazon Web Service (AWS) using AWS CodeDeploy:
https://console.aws.amazon.com/codedeploy/

The following diagram illustrates the flow of a typical AWS CodeDeploy deployment:

AWS CodeDeploy

Create Command:

aws deploy create-deployment \
  --application-name CodeDeployGitHubDemo-App \
  --deployment-config-name CodeDeployDefault.OneAtATime \
  --deployment-group-name CodeDeployGitHubDemo-DepGrp \
  --description "My GitHub deployment demo" \
  --github-location repository=repository,commitId=commitId

Push Command:

aws deploy push \
  --application-name WordPress_App \
  --description "This is a revision for the application WordPress_App" \
  --ignore-hidden-files \
  --s3-location s3://codedeploydemobucket/WordPressApp.zip \
  --source .

Important Checklist:

Let’s trigger a deployment from your GitHub repository using the AWS Management Console. You can also configure CodeDeploy to pull the application bundle directly from the GitHub repository, rather than from Amazon S3, here is the resources:


◀️ Prev Next ▶️