Changed url names and ssh host in example
This commit is contained in:
parent
b95a7a904a
commit
0f7c9fae26
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue