Changed README.md
This commit is contained in:
parent
5cb02a356b
commit
f0a9bf622f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
cbrgm/drone-hugo is:
|
cbrgm/drone-hugo is:
|
||||||
|
|
||||||
- **Easy** to implement in your existing pipeline using `.drone.yml`
|
- **Easy** to implement in your existing pipeline using `.drone.yml`
|
||||||
- **Small** 22mb image size
|
- **Small** 21mb image size
|
||||||
- **Highly configurable**
|
- **Highly configurable**
|
||||||
|
|
||||||
## Basic Usage with Drone CI
|
## Basic Usage with Drone CI
|
||||||
|
|
@ -89,13 +89,13 @@ Here is a short example of how to define a pipeline that automatically generates
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: cbrgm/drone-hugo:latest
|
image: cbrgm/drone-hugo:latest
|
||||||
# secrets: [ SCP_USER, SCP_PASS, SCP_URL, SCP_PATH ]
|
|
||||||
output: public/drone-generated # Output path
|
output: public/drone-generated # Output path
|
||||||
validate: true
|
validate: true
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
publish:
|
publish:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
# secrets: [ Use secrets to hide credentials! ]
|
||||||
host: cbrgm.de
|
host: cbrgm.de
|
||||||
username: webuser
|
username: webuser
|
||||||
password: xxxxxxx
|
password: xxxxxxx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue