You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up travis for a static deployment the appropriate repository will need to have these variables:
AWS_ACCESS_KEY_ID: Access key of IAM site deployer (should match what was used in CloudFormation)
AWS_SECRET_ACCESS_KEY: Secret Key for user
AWS_DEPLOY_BUCKET: Bucket name to deploy files to (can be found in CloudFormation output)
SITE_HOSTNAME: Full site address (with protocol) bash escaped e.g. https://project.hackoregon.org
Instructions: Replace text below with details corresponding to your story
Summary
https://docs.google.com/document/d/1d3T4VqD2Hy0A-XtGJUM-DTKj0V25nGVGLOfcQhwPp-I/edit
Impact
Tasks
Definition of Done
Team education successfully hosts their static site at the mentioned domain. Document how this fits into current build process (Travis).
The text was updated successfully, but these errors were encountered: