kind: pipeline name: Scripted_Pipeline trigger: event: - push steps: - name: start image: node commands: - npm install - name: deploy image: drone-scp settings: port: 22 host: sancy.iut.uca.fr username: lafourcade target: public_html/Scripted source: WEB/* key-path: "${HOME}/.ssh/id_rsa"