Bump `hugo` version.
This commit is contained in:
parent
c588346def
commit
b982ac29b7
12
.drone.yml
12
.drone.yml
|
@ -23,7 +23,7 @@ steps:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.106
|
image: cibuilds/hugo:0.115.4
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e production --minify -v -s .
|
- sudo hugo -e production --minify -v -s .
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ steps:
|
||||||
- name: housekeep
|
- name: housekeep
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host: 10.0.1.166
|
host: 10.0.1.222
|
||||||
username: webadm
|
username: webadm
|
||||||
port: 10022
|
port: 10022
|
||||||
key:
|
key:
|
||||||
|
@ -47,7 +47,7 @@ steps:
|
||||||
- name: scp
|
- name: scp
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host: 10.0.1.166
|
host: 10.0.1.222
|
||||||
username: webadm
|
username: webadm
|
||||||
port: 10022
|
port: 10022
|
||||||
target:
|
target:
|
||||||
|
@ -81,7 +81,7 @@ steps:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.106
|
image: cibuilds/hugo:0.115.4
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e staging --minify -v -s .
|
- sudo hugo -e staging --minify -v -s .
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ steps:
|
||||||
- name: housekeep
|
- name: housekeep
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host: 10.0.1.166
|
host: 10.0.1.222
|
||||||
username: webadm
|
username: webadm
|
||||||
port: 10022
|
port: 10022
|
||||||
key:
|
key:
|
||||||
|
@ -104,7 +104,7 @@ steps:
|
||||||
- name: scp
|
- name: scp
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
host: 10.0.1.166
|
host: 10.0.1.222
|
||||||
username: webadm
|
username: webadm
|
||||||
port: 10022
|
port: 10022
|
||||||
target: /var/www/test
|
target: /var/www/test
|
||||||
|
|
Loading…
Reference in New Issue