Personal-Site/.drone.yml
Thomas Cole 4281a09979
All checks were successful
continuous-integration/drone/push Build is passing
Testing SCP with drone
2022-06-03 05:46:44 -04:00

19 lines
323 B
YAML

kind: pipeline
name: buildsite
steps:
- name: build
image: node
commands:
- npm install
- npm run build
- name: deploy
image: appleboy/drone-scp
settings:
host: 192.168.10.5
username: thomas
password:
from_secret: ssh_password
port: 22
target: /home/thomas/wwwtest
source: ./dist