1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/.drone.yml
2022-07-12 20:44:26 +02:00

32 lines
No EOL
517 B
YAML

kind: pipeline
name: default
steps:
- name: install
image: node:18-alpine
commands:
- corepack pnpm@7.5.1 install
- name: build
image: node:18-alpine
commands:
- corepack pnpm@7.5.1 build
- name: deploy
image: plugins/docker
settings:
registry: registry.cliffbreak.de
repo: registry.cliffbreak.de/kispi-core
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- push
- tag
- promote
trigger:
branch:
- master