Fixing drone build.
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed

This commit is contained in:
aminecmi 2022-08-06 15:13:04 +02:00
parent 16028ba07e
commit 74f9e1fd94

View File

@ -21,7 +21,6 @@ steps:
image: node:14
commands:
- npm install
- echo $VUE_APP_API_BASE_URL
- npm run lint
- npm run build:prod
environment:
@ -38,6 +37,15 @@ type: docker
name: CopyToServer
steps:
- name: build
image: node:14
commands:
- npm install
- npm run build:prod
environment:
VUE_APP_API_BASE_URL:
from_secret: baseurl
- name: scp files
image: appleboy/drone-scp
settings: