-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Liam Ma
committed
Jan 22, 2016
1 parent
ff27e51
commit 8ea079f
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |