File tree Expand file tree Collapse file tree 4 files changed +2641
-7
lines changed Expand file tree Collapse file tree 4 files changed +2641
-7
lines changed Original file line number Diff line number Diff line change 5
5
- yarn install
6
6
- yarn global add bower
7
7
- 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
Original file line number Diff line number Diff line change 1
- # Rancher Hetzner Cloud UI Driver
1
+ # Rancher 1 Hetzner Cloud UI Driver
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/mxschmitt/ui-driver-hetzner.svg?branch=v1.6 )] ( https://travis-ci.org/mxschmitt/ui-driver-hetzner )
4
4
@@ -8,7 +8,7 @@ Rancher UI driver for the [Hetzner Cloud](hetzner.de/cloud)
8
8
9
9
* Add a Machine Driver in Rancher (Admin tab -> Settings -> Machine Drivers)
10
10
* 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 `
12
12
* Wait for the driver to become "Active"
13
13
* Go to Infrastructure -> Hosts -> Add Host, your driver and custom UI should show up.
14
14
Original file line number Diff line number Diff line change 31
31
"gulp-wrap-amd" : " ^0.5.0" ,
32
32
"jshint" : " ^2.9.5" ,
33
33
"yargs" : " ^11.0.0"
34
- },
35
- "dependencies" : {
36
- "ember-source" : " ^2.9.1"
37
34
}
38
- }
35
+ }
You can’t perform that action at this time.
0 commit comments