Skip to content

Commit

Permalink
two spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingatoll committed Apr 2, 2012
1 parent 6fb337d commit dd334dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/AWS_DEPLOYMENT.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You are pushing *from* the local `myotherbranch`, to the remote `master`.
## Destroying your first VM ## Destroying your first VM


These things cost money, not a lot, but money. So when you want to These things cost money, not a lot, but money. So when you want to
decomission a VM and release your hold on the DNS name, simply:" decommission a VM and release your hold on the DNS name, simply:"


$ scripts/deploy.js destroy some_name_i_chose $ scripts/deploy.js destroy some_name_i_chose
trying to destroy VM for some_name_i_chose.hacksign.in: done trying to destroy VM for some_name_i_chose.hacksign.in: done
Expand All @@ -126,7 +126,7 @@ decomission a VM and release your hold on the DNS name, simply:"
Deploying code in this fashion spins up a pre-configured VM template. Deploying code in this fashion spins up a pre-configured VM template.
There are several things that are pre-configured for your pleasure: There are several things that are pre-configured for your pleasure:


1. ssh keys: your publick key is copied up to the server for passphraseless 1. ssh keys: your public key is copied up to the server for passphraseless
ssh access. ssh access.
2. Git support: an 'app' user is created with a repository under `~/git` 2. Git support: an 'app' user is created with a repository under `~/git`
that you can push to that you can push to
Expand Down

0 comments on commit dd334dc

Please sign in to comment.