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.
38 lines
623 B
38 lines
623 B
kind: pipeline
|
|
name: default
|
|
|
|
platform:
|
|
arch: arm64
|
|
os: linux
|
|
|
|
steps:
|
|
- name: build
|
|
image: plugins/hugo:linux-arm64
|
|
platform:
|
|
arch: arm64
|
|
os: linux
|
|
settings:
|
|
output: public
|
|
url: ["https://jk.nipponalba.scot"]
|
|
buildFuture: true
|
|
validate: true
|
|
|
|
- name: deploy
|
|
image: appleboy/drone-scp
|
|
settings:
|
|
host: 192.168.1.17
|
|
target: /var/www/nipponalba/jk
|
|
source: public/*
|
|
username: jk
|
|
key:
|
|
from_secret: ssh_key
|
|
passphrase:
|
|
from_secret: ssh_pass
|
|
port: 9439
|
|
overwrite: true
|
|
when:
|
|
branch:
|
|
- master
|
|
event:
|
|
exclude:
|
|
- pull_request
|