Personal-Site/.drone.yml
Thomas Cole 4844b8dc63
All checks were successful
continuous-integration/drone/push Build is passing
Testing SSH with drone
2022-06-03 05:42:33 -04:00

21 lines
332 B
YAML

kind: pipeline
name: buildsite
steps:
- name: build
image: node
commands:
- npm install
- npm run build
- name: deploy
image: appleboy/drone-ssh
settings:
host:
- 192.168.10.5
username: thomas
password:
from_secret: ssh_password
port: 22
command_timeout: 2m
script:
- hostname