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 ########
|
||||
|
||||
- name: install npm dependancies
|
||||
- name: install npm dependancies
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm build
|
||||
|
||||
|
||||
- name: deploy on server
|
||||
- name: deploy on server
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: ["192.168.1.101"]
|
||||
@ -52,9 +52,9 @@ steps:
|
||||
key:
|
||||
from_secret: RSYNC_STACK_KEY
|
||||
|
||||
######## TELEGRAM NOTIFICATION ########
|
||||
######## TELEGRAM NOTIFICATION ########
|
||||
|
||||
- name: notification
|
||||
- name: notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token:
|
||||
|
Loading…
x
Reference in New Issue
Block a user