diff --git a/.drone.yml b/.drone.yml index dbbe9eb3..ec40ec8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,26 +1,26 @@ -kind: pipeline -name: Scripted_Pipeline +# kind: pipeline +# name: Scripted_Pipeline -trigger: - event: - - push +# trigger: +# event: +# - push -steps: -- name: start - image: node - commands: - - npm install +# steps: +# - name: start +# image: node +# commands: +# - npm install -- name: deploy - image: appleboy/drone-scp - settings: - port: 22 - host: sancy.iut.uca.fr - username: lafourcade - target: public_html/Scripted - # source: ./ - key: - from_secret: DEPLOY_KEY - secrets: - - source: DEPLOY_KEY - rm: false \ No newline at end of file +# - name: deploy +# image: appleboy/drone-scp +# settings: +# port: 22 +# host: sancy.iut.uca.fr +# username: lafourcade +# target: public_html/Scripted +# source: ./ +# key: +# from_secret: DEPLOY_KEY +# secrets: +# - source: DEPLOY_KEY +# rm: false \ No newline at end of file