Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Ma committed Jan 22, 2016
1 parent ff27e51 commit 8ea079f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
1. Check whether .zip file has been uploaded to S3
2. If not uploaded, upload .zip file to S3, and then create an application version for the specified application with the .zip file.
3. Check the environment status (check whether the environment has been created)
4. If environment already exists, then check whether DNS exists, then create environment, then wait for the environment status is not 'Launching'
5. If environment does not exist, then update environment to use new application version, then wait for the environment status is not 'Updating'
6. Wait until environment status is Healthy
7. return deployment info

0 comments on commit 8ea079f

Please sign in to comment.