mirror of
https://github.com/drone-plugins/drone-hugo.git
synced 2026-06-04 18:24:11 +08:00
Fixed url names in example, changing README.md and tmpl.md title to drone-hugo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# plugins/hugo
|
||||
# drone-hugo
|
||||
|
||||
[](https://github.com/drone-plugins/drone-hugo/releases) 
|
||||
[](https://hub.docker.com/r/plugins/hugo/tags/)
|
||||
@@ -96,7 +96,7 @@ pipeline:
|
||||
branch: [ master ]
|
||||
publish:
|
||||
image: appleboy/drone-scp
|
||||
host: drone-plugins.de
|
||||
host: example.com
|
||||
username: webuser
|
||||
password: xxxxxxx
|
||||
port: 54321
|
||||
@@ -117,7 +117,7 @@ pipeline:
|
||||
publish:
|
||||
image: appleboy/drone-scp
|
||||
+ secrets: [ ssh_username, ssh_password ]
|
||||
host: drone-plugins.de
|
||||
host: example.com
|
||||
- username: webuser
|
||||
- password: xxxxxxx
|
||||
port: 54321
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
# plugins/hugo
|
||||
# drone-hugo
|
||||
|
||||
[](https://github.com/plugins/hugo/releases) 
|
||||
[](https://hub.docker.com/r/plugins/hugo/tags/)
|
||||
@@ -117,7 +117,7 @@ pipeline:
|
||||
publish:
|
||||
image: appleboy/drone-scp
|
||||
+ secrets: [ ssh_username, ssh_password ]
|
||||
host: drone-plugins.de
|
||||
host: example.com
|
||||
- username: webuser
|
||||
- password: xxxxxxx
|
||||
port: 54321
|
||||
|
||||
Reference in New Issue
Block a user