Browse Source

testing new idea

master
jk 4 years ago
parent
commit
4b77a4713d
  1. 19
      .drone.yml

19
.drone.yml

@ -5,6 +5,25 @@ platform:
arch: arm64
os: linux
- name: sync-root
image: appleboy/drone-scp
settings:
host: 192.168.1.85
target: /var/www/nipponalba/staging
source: /*
username: jk
key:
from_secret: ssh_key
passphrase:
from_secret: ssh_pass
port: 9439
when:
branch:
- master
event:
exclude:
- pull_request
steps:
- name: build
image: plugins/hugo:linux-arm64