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
7639fdf9f7
commit
f0169ff85b
16
.drone.yml
16
.drone.yml
@ -36,8 +36,8 @@ steps:
|
||||
- name: install npm dependancies
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm build
|
||||
- npm install
|
||||
- npm build
|
||||
|
||||
|
||||
- name: deploy on server
|
||||
@ -62,12 +62,12 @@ steps:
|
||||
to:
|
||||
from_secret: TELEGRAM_USERID
|
||||
message: >
|
||||
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
||||
{{#success build.status}}
|
||||
✅ succeeded for 👷♂️ build {{build.number}}
|
||||
{{else}}
|
||||
🛑 failed for 👷♂️ build {{build.number}}
|
||||
{{/success}}
|
||||
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
||||
{{#success build.status}}
|
||||
✅ succeeded for 👷♂️ build {{build.number}}
|
||||
{{else}}
|
||||
🛑 failed for 👷♂️ build {{build.number}}
|
||||
{{/success}}
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user