Mise à jour de '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
64908f9884
commit
ab4391ce15
@ -33,14 +33,14 @@ steps:
|
|||||||
|
|
||||||
######## NPM BROKEN ########
|
######## NPM BROKEN ########
|
||||||
|
|
||||||
- name: install npm dependancies
|
- name: install npm dependancies
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm build
|
- npm build
|
||||||
|
|
||||||
|
|
||||||
- name: deploy on server
|
- name: deploy on server
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
hosts: ["192.168.1.101"]
|
hosts: ["192.168.1.101"]
|
||||||
@ -52,9 +52,9 @@ steps:
|
|||||||
key:
|
key:
|
||||||
from_secret: RSYNC_STACK_KEY
|
from_secret: RSYNC_STACK_KEY
|
||||||
|
|
||||||
######## TELEGRAM NOTIFICATION ########
|
######## TELEGRAM NOTIFICATION ########
|
||||||
|
|
||||||
- name: notification
|
- name: notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user