jk.nipponalba.scot website
https://jk.nipponalba.scot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
324 B
15 lines
324 B
pipeline:
|
|
build:
|
|
image: cbrgm/drone-hugo:latest
|
|
validate: true
|
|
url: https://jk.nipponalba.scot
|
|
|
|
deploy:
|
|
image: appleboy/drone-scp
|
|
host: 192.168.1.33
|
|
port: 9439
|
|
user: jk
|
|
target: /var/www/nipponalba/jk
|
|
source: public/*
|
|
key: from_secret: ssh_key
|
|
passphrase: from_secret: ssh_pass
|