|
|
@ -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"] |
|
|
@ -54,7 +54,7 @@ steps: |
|
|
|
|
|
|
|
|
|
|
|
######## TELEGRAM NOTIFICATION ######## |
|
|
|
######## TELEGRAM NOTIFICATION ######## |
|
|
|
|
|
|
|
|
|
|
|
- name: notification |
|
|
|
- name: notification |
|
|
|
image: appleboy/drone-telegram |
|
|
|
image: appleboy/drone-telegram |
|
|
|
settings: |
|
|
|
settings: |
|
|
|
token: |
|
|
|
token: |
|
|
|