hackoregon / devops-17

deployment tools for Hack Oregon projects
4 stars 3 forks source link

HOWTO guide for front-end developers to enable Travis-based publishing to personal S3 bucket #4

Closed MikeTheCanuck closed 7 years ago

MikeTheCanuck commented 7 years ago

Some Hack Oregon developers have never used TravisCI or AWS S3, and will probably require step-by-step instructions on how to implement the initial CI pipeline for their own S3 bucket.

Instructions should include:

Assume developers already know how to:

Potentially could also cover (or reference):

Start with this content as a template: https://github.com/hackoregon/hacku-devops-2017/wiki/Assignment-2---Travis-CI-Introduction

MikeTheCanuck commented 7 years ago

Moot point. All frontend deployment will now focus on generating an npm package out of the frontend code and publishing it to npmjs.org.

S3 buckets will merely be used for static assets.

Further, the CI/CD knowledge in devops is strong enough that we will just setup the environments for each frontend team.