Changed url names and ssh host in example

This commit is contained in:
cbrgm 2018-05-08 15:23:14 +02:00
parent b95a7a904a
commit 0f7c9fae26
2 changed files with 5 additions and 5 deletions

View file

@ -54,7 +54,7 @@ pipeline:
output: path/to/public
source: path/to/source
theme: path/themes/THEMENAME/
+ url: https://drone-plugins.de
+ url: https://example.com
validate: true
```
@ -78,7 +78,7 @@ pipeline:
output: path/to/public
source: path/to/source
theme: path/themes/THEMENAME/
url: https://drone-plugins.de
url: https://example.com
validate: true
```

View file

@ -54,7 +54,7 @@ pipeline:
output: path/to/public
source: path/to/source
theme: path/themes/THEMENAME/
+ url: https://drone-plugins.de
+ url: https://example.com
validate: true
```
@ -78,7 +78,7 @@ pipeline:
output: path/to/public
source: path/to/source
theme: path/themes/THEMENAME/
url: https://drone-plugins.de
url: https://example.com
validate: true
```
@ -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