Deploying¶
Staging¶
Currently deploying to staging is a multi-part process.
- Make sure your
AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEYare exported or prepended to the deploy command. - Run the following from the app directory
fab -A staging deploy - SSH into
staging.pentameter.org - Go to app directory
/home/ubuntu/pentameter - Build and upload assets with
fab staging_assets
Production¶
TBD