Merge branch 'master' of https://codefirst.iut.uca.fr/git/nathan.boileau/Scripted
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
commit
b1be5ed8a6
@ -1,26 +1,26 @@
|
|||||||
kind: pipeline
|
# kind: pipeline
|
||||||
name: Scripted_Pipeline
|
# name: Scripted_Pipeline
|
||||||
|
|
||||||
trigger:
|
# trigger:
|
||||||
event:
|
# event:
|
||||||
- push
|
# - push
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: start
|
# - name: start
|
||||||
image: node
|
# image: node
|
||||||
commands:
|
# commands:
|
||||||
- npm install
|
# - npm install
|
||||||
|
|
||||||
- name: deploy
|
# - name: deploy
|
||||||
image: appleboy/drone-scp
|
# image: appleboy/drone-scp
|
||||||
settings:
|
# settings:
|
||||||
port: 22
|
# port: 22
|
||||||
host: sancy.iut.uca.fr
|
# host: sancy.iut.uca.fr
|
||||||
username: lafourcade
|
# username: lafourcade
|
||||||
target: public_html/Scripted
|
# target: public_html/Scripted
|
||||||
# source: ./
|
# source: ./
|
||||||
key:
|
# key:
|
||||||
from_secret: DEPLOY_KEY
|
# from_secret: DEPLOY_KEY
|
||||||
secrets:
|
# secrets:
|
||||||
- source: DEPLOY_KEY
|
# - source: DEPLOY_KEY
|
||||||
rm: false
|
# rm: false
|
Loading…
Reference in new issue