deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

upload builds to S3 #73

Closed bacongobbler closed 8 years ago

bacongobbler commented 8 years ago

bintray's terms of use does not allow development builds to be uploaded. Because of this, we hit https://github.com/deis/workflow/issues/282. Moving us back to S3 and updating install-v2.sh would help us in this regard.

Not labelling as a showstopper for v2 but certainly something we need to do ASAP.

arschles commented 8 years ago

possibly related to https://github.com/deis/minio/issues/108, as the builds could be uploaded to the same GCS bucket..

bacongobbler commented 8 years ago

Places so far that I've seen that need updating once we make this change include:

arschles commented 8 years ago

A Google Cloud Storage bucket has been created in the deis-downloads project at https://console.cloud.google.com/storage/browser/workflow-cli/?project=deis-downloads

arschles commented 8 years ago

See https://github.com/deis/deisrel/pull/88 for an example implementation