Skip to content
Snippets Groups Projects
Commit e271f6f9 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

clarify documentation for AWS deployment. closes #1043

parent c23c479f
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,11 @@ Once you have these things, you'll need to relay them to deployment ...@@ -19,8 +19,11 @@ Once you have these things, you'll need to relay them to deployment
scripts via your environment. you might put something like this scripts via your environment. you might put something like this
in your .bashrc: in your .bashrc:
# This is your Access Key ID from your AWS Security Credentials
export AWS_ID=<your id> export AWS_ID=<your id>
# This is your Secret Access Key from your AWS Security Credentials
export AWS_SECRET=<your secret> export AWS_SECRET=<your secret>
# This is a magic credential you get from lloyd
export BROWSERID_DEPLOY_DNS_KEY=98...33 export BROWSERID_DEPLOY_DNS_KEY=98...33
## test! ## test!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment