Update '.drone.yml'
This commit is contained in:
parent
3a1acb65ce
commit
13ef8c275c
|
@ -12,7 +12,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:ext-ci
|
image: klakegg/hugo:ext-ci
|
||||||
commands:
|
commands:
|
||||||
- cd themes/ananke && npm i && cd -
|
- cd themes/ananke #&& npm i && cd -
|
||||||
- hugo --gc --minify --environment production
|
- hugo --gc --minify --environment production
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
@ -20,7 +20,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
host: "217.160.46.175"
|
host: "217.160.46.175"
|
||||||
target: /var/www/html/nicktrimborn.de/public_html/
|
target: /var/www/html/nicktrimborn.de/public_html/
|
||||||
source: public/*
|
source: public/.
|
||||||
username: "root"
|
username: "root"
|
||||||
password: "R*Hc96Wb@v"
|
password: "R*Hc96Wb@v"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue