README.md in simple_deploy-0.2.6 vs README.md in simple_deploy-0.2.7

- old
+ new

@@ -11,13 +11,11 @@ Create a file **~/.simple_deploy.yml** and include within it: ``` deploy: - gateway: ADMIN_IP_TO_YOUR_VPC - user: SSH_USER_TO_GATEWAY_AND_INSTANCES - key: PRIVATE_SSH_KEYFILE_FOR_USER + script: /opt/intu/admin/bin/configure.sh artifacts: - name: live_community_chef_repo bucket_prefix: intu-lc variable: CHEF_REPO_URL cloud_formation_url: ChefRepoURL @@ -27,11 +25,10 @@ cloud_formation_url: AppArtifactURL - name: cookbooks bucket_prefix: intu-artifacts variable: COOKBOOKS_URL cloud_formation_url: CookbooksURL - script: /opt/intu/admin/bin/configure.sh environments: preprod_shared_us_west_1: access_key: XXX secret_key: yyy @@ -69,5 +66,12 @@ simple_deploy create -t ~/my-template.json -e my-env -n test-stack -a arg1=val1 -a arg2=vol2 ``` For more information, run simple_deploy -h. + +Deploying +--------- + +By default simple deploy will use your user name and id_rsa key for deployments. To override either these, set the **SIMPLE_DEPLOY_SSH_USER** & **SIMPLE_DEPLOY_SSH_KEY** respectively. + +The deployment gateway is ready from the **ssh_gateway** attribute for that stack.