Explorar el Código

Initial .drone.yml.

tags/v0.0.1
Peter Vivell hace 6 años
padre
commit
cdc94febac
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16
    0
      .drone.yml

+ 16
- 0
.drone.yml Ver fichero

@@ -0,0 +1,16 @@
1
+kind: pipeline
2
+name: default
3
+
4
+steps:
5
+- name: frontend
6
+  image: debian/stable-slim
7
+  commands:
8
+  - apt update
9
+  - apt upgrade
10
+
11
+- name: backend
12
+  image: debian/stable-slim
13
+  commands:
14
+  - apt update
15
+  - apt upgrade
16
+  - apt -y install build-essential

Loading…
Cancelar
Guardar