Adding new drone config

Dieser Commit ist enthalten in:
Nick Slowinski 2023-09-09 17:15:53 +02:00
Ursprung dd01c1706c
Commit e84f67185b
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

18
drone.yml Normale Datei
Datei anzeigen

@ -0,0 +1,18 @@
name: test
kind: pipeline
type: docker
platform:
os: linux
arch: amd64
steps:
- name: build
image: registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67
commands:
- npm install --only=production
- npm run build
trigger:
event:
- push
- pull_request