Fixed url names in example, changing README.md and tmpl.md title to drone-hugo
This commit is contained in:
parent
0f7c9fae26
commit
89e08d73c8
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# plugins/hugo
|
# drone-hugo
|
||||||
|
|
||||||
[](https://github.com/drone-plugins/drone-hugo/releases) 
|
[](https://github.com/drone-plugins/drone-hugo/releases) 
|
||||||
[](https://hub.docker.com/r/plugins/hugo/tags/)
|
[](https://hub.docker.com/r/plugins/hugo/tags/)
|
||||||
|
@ -96,7 +96,7 @@ pipeline:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
publish:
|
publish:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
host: drone-plugins.de
|
host: example.com
|
||||||
username: webuser
|
username: webuser
|
||||||
password: xxxxxxx
|
password: xxxxxxx
|
||||||
port: 54321
|
port: 54321
|
||||||
|
@ -117,7 +117,7 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
+ secrets: [ ssh_username, ssh_password ]
|
+ secrets: [ ssh_username, ssh_password ]
|
||||||
host: drone-plugins.de
|
host: example.com
|
||||||
- username: webuser
|
- username: webuser
|
||||||
- password: xxxxxxx
|
- password: xxxxxxx
|
||||||
port: 54321
|
port: 54321
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# plugins/hugo
|
# drone-hugo
|
||||||
|
|
||||||
[](https://github.com/plugins/hugo/releases) 
|
[](https://github.com/plugins/hugo/releases) 
|
||||||
[](https://hub.docker.com/r/plugins/hugo/tags/)
|
[](https://hub.docker.com/r/plugins/hugo/tags/)
|
||||||
|
@ -117,7 +117,7 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
+ secrets: [ ssh_username, ssh_password ]
|
+ secrets: [ ssh_username, ssh_password ]
|
||||||
host: drone-plugins.de
|
host: example.com
|
||||||
- username: webuser
|
- username: webuser
|
||||||
- password: xxxxxxx
|
- password: xxxxxxx
|
||||||
port: 54321
|
port: 54321
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue