Skip to content

Commit 7792266

Browse files
committed
added gcs deployment
1 parent 1901015 commit 7792266

File tree

4 files changed

+2641
-7
lines changed

4 files changed

+2641
-7
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ script:
55
- yarn install
66
- yarn global add bower
77
- bower install
8-
- yarn build
8+
- yarn build
9+
deploy:
10+
provider: gcs
11+
access_key_id: $GCS_ACCESS_KEY_ID
12+
secret_access_key: $GCS_SECRET_ACCESS_KEY
13+
bucket: "hcloud-rancher-v1-ui-driver"
14+
acl: public-read
15+
skip_cleanup: true
16+
local-dir: dist
17+
on:
18+
branch: v1.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rancher Hetzner Cloud UI Driver
1+
# Rancher 1 Hetzner Cloud UI Driver
22

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

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

99
* Add a Machine Driver in Rancher (Admin tab -> Settings -> Machine Drivers)
1010
* 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`
11-
* Custom UI URL: `https://mxschmitt.github.io/ui-driver-hetzner/dist/component.js`
11+
* Custom UI URL: `https://storage.googleapis.com/hcloud-rancher-v1-ui-driver/component.js`
1212
* Wait for the driver to become "Active"
1313
* Go to Infrastructure -> Hosts -> Add Host, your driver and custom UI should show up.
1414

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@
3131
"gulp-wrap-amd": "^0.5.0",
3232
"jshint": "^2.9.5",
3333
"yargs": "^11.0.0"
34-
},
35-
"dependencies": {
36-
"ember-source": "^2.9.1"
3734
}
38-
}
35+
}

0 commit comments

Comments
 (0)