Skip to content

Commit

Permalink
added gcs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Mar 16, 2018
1 parent 1901015 commit 7792266
Show file tree
Hide file tree
Showing 4 changed files with 2,641 additions and 7 deletions.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ script:
- yarn install
- yarn global add bower
- bower install
- yarn build
- yarn build
deploy:
provider: gcs
access_key_id: $GCS_ACCESS_KEY_ID
secret_access_key: $GCS_SECRET_ACCESS_KEY
bucket: "hcloud-rancher-v1-ui-driver"
acl: public-read
skip_cleanup: true
local-dir: dist
on:
branch: v1.6
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rancher Hetzner Cloud UI Driver
# Rancher 1 Hetzner Cloud UI Driver

[![Build Status](https://travis-ci.org/mxschmitt/ui-driver-hetzner.svg?branch=v1.6)](https://travis-ci.org/mxschmitt/ui-driver-hetzner)

Expand All @@ -8,7 +8,7 @@ Rancher UI driver for the [Hetzner Cloud](hetzner.de/cloud)

* Add a Machine Driver in Rancher (Admin tab -> Settings -> Machine Drivers)
* Download URL: `https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/0.2.7/docker-machine-driver-hetzner_0.2.7_linux_amd64.tar.gz`
* Custom UI URL: `https://mxschmitt.github.io/ui-driver-hetzner/dist/component.js`
* Custom UI URL: `https://storage.googleapis.com/hcloud-rancher-v1-ui-driver/component.js`
* Wait for the driver to become "Active"
* Go to Infrastructure -> Hosts -> Add Host, your driver and custom UI should show up.

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@
"gulp-wrap-amd": "^0.5.0",
"jshint": "^2.9.5",
"yargs": "^11.0.0"
},
"dependencies": {
"ember-source": "^2.9.1"
}
}
}
Loading

0 comments on commit 7792266

Please sign in to comment.