Personal-Site/.drone.yml
Thomas Cole 7d907590c8
Some checks failed
continuous-integration/drone/push Build is failing
Reading documentation
2022-06-03 06:01:55 -04:00

32 lines
524 B
YAML

kind: pipeline
name: buildsite
steps:
- name: build
image: node
commands:
- npm install
- npm run build
- name: copy
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
- name: cleanup
image: appleboy/drone-scp
settings:
host: 192.168.10.5
username: thomas
password:
from_secret: ssh_password
port: 22
script:
- cd /home/thomas/wwwtest