Environments listed bellow, if specified as environment ivar on the build moment will replace the current development configuration.
AWS_ACCESS_KEY_ID
- AWS Key of the account to receive the deploymentAWS_SECRET_ACCESS_KEY
- AWS Secret of the account to receive the deploymentAWS_REGION
- AWS Region of the account to receive the deployment -- OptionalSTAGE
- Deployment stage to be used -- Optional, uses 'dev' if not specifiedPossible Values
-dev
,stage
,prod
More instructions at Build Instructions