hackoregon / devops-17

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

Enable a minimal CI/CD pipeline for front-end developers (to the project's staging bucket) #3

Closed MikeTheCanuck closed 7 years ago

MikeTheCanuck commented 7 years ago

Goal: get each Hack Oregon project's front-end team able to continuously deploy project files to their S3 staging bucket.

This work can proceed independently of issue #2, but the expectation is that many developers will be nervous about automated deploys until they have experienced the Hack Oregon front-end workflow themselves.

This work can proceed without completion of issue #1, but it will be quickly necessary to enable smoke tests so that broken commits don't expose a wide number of testers to bad "builds".

This work will require addressing:

scottslewis commented 7 years ago

+1

On Jan 29, 2017 1:26 PM, "Mike Lonergan" notifications@github.com wrote:

Goal: get each Hack Oregon project's front-end team able to continuously deploy project files to their S3 staging bucket.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hackoregon/devops-17/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJw9MHaU76xtEEx0T8NH-k-xq_L3P4aks5rXQQMgaJpZM4Lw6iB .

MikeTheCanuck commented 7 years ago

As of early last night (2017-02-14), the following projects have a frontend repo hooked to TravisCI and pushing to S3:

The following projects have the repo configured, but unclear if Travis & S3 are operational:

The Homelessness project frontend repo isn't yet started/visible.

pdxdiver commented 7 years ago

This is done