Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
64e58f8cf0
commit
9a2a91e443
@ -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
|
||||
# - 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
|
||||
# key:
|
||||
# from_secret: DEPLOY_KEY
|
||||
# secrets:
|
||||
# - source: DEPLOY_KEY
|
||||
# rm: false
|
Loading…
Reference in new issue