Se han
modificado 1 ficheros con
8 adiciones y
1 borrados
-
8
1
.drone.yml
|
@@ -1,5 +1,12 @@
|
|
|
pipeline:
|
|
|
- build:
|
|
|
+ build-frontend:
|
|
|
+ image: node:14
|
|
|
+ commands:
|
|
|
+ - cd src/app
|
|
|
+ - yarn
|
|
|
+ - yarn ng build --prod
|
|
|
+
|
|
|
+ build-backend:
|
|
|
image: maven:3.3.9-jdk-8
|
|
|
commands:
|
|
|
- mvn package
|