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
|
output: path/to/public
|
||||||
source: path/to/source
|
source: path/to/source
|
||||||
theme: path/themes/THEMENAME/
|
theme: path/themes/THEMENAME/
|
||||||
+ url: https://drone-plugins.de
|
+ url: https://example.com
|
||||||
validate: true
|
validate: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ pipeline:
|
||||||
output: path/to/public
|
output: path/to/public
|
||||||
source: path/to/source
|
source: path/to/source
|
||||||
theme: path/themes/THEMENAME/
|
theme: path/themes/THEMENAME/
|
||||||
url: https://drone-plugins.de
|
url: https://example.com
|
||||||
validate: true
|
validate: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ pipeline:
|
||||||
output: path/to/public
|
output: path/to/public
|
||||||
source: path/to/source
|
source: path/to/source
|
||||||
theme: path/themes/THEMENAME/
|
theme: path/themes/THEMENAME/
|
||||||
+ url: https://drone-plugins.de
|
+ url: https://example.com
|
||||||
validate: true
|
validate: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ pipeline:
|
||||||
output: path/to/public
|
output: path/to/public
|
||||||
source: path/to/source
|
source: path/to/source
|
||||||
theme: path/themes/THEMENAME/
|
theme: path/themes/THEMENAME/
|
||||||
url: https://drone-plugins.de
|
url: https://example.com
|
||||||
validate: true
|
validate: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue