source for sakino.kelbie.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.
 
 

37 lines
747 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://sakino.kelbie.scot"]
buildFuture: true
validate: true
- name: deploy
image: appleboy/drone-scp
settings:
host: 192.168.1.17
target: /var/www/nipponalba/sakino-site
source: public/*
username: jk
key:
from_secret: ssh_key
passphrase:
from_secret: ssh_pass
port: 9439
when:
branch:
- master
event:
exclude:
- pull_request