ci: fix drone ci
This commit is contained in:
parent
223fbb6da6
commit
3a964e2448
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ steps:
|
||||||
- echo ===== BUILDING APPLICATION =====
|
- echo ===== BUILDING APPLICATION =====
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
- name: publish
|
- name: publish-dev
|
||||||
image: node:14
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- echo ===== PUBLISHING APPLICATION =====
|
- echo ===== PUBLISHING APPLICATION =====
|
||||||
|
@ -37,7 +37,7 @@ steps:
|
||||||
- master
|
- master
|
||||||
- refactor/rewrite
|
- refactor/rewrite
|
||||||
|
|
||||||
- name: publish
|
- name: publish-stable
|
||||||
image: node:14
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- echo ===== PUBLISHING APPLICATION =====
|
- echo ===== PUBLISHING APPLICATION =====
|
||||||
|
|
Reference in a new issue