forked from samuel-p/sp-codes.de
fixed .drone.yml
This commit is contained in:
parent
1d6e3aea9d
commit
8ac2d4989b
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: deploy
|
- name: deploy-develop
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
FTP_HOST:
|
FTP_HOST:
|
||||||
|
@ -25,7 +25,7 @@ steps:
|
||||||
- develop
|
- develop
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- name: deploy
|
- name: deploy-master
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
FTP_HOST:
|
FTP_HOST:
|
||||||
|
|
Loading…
Reference in a new issue