.drone.yml aktualisiert

This commit is contained in:
2026-03-06 12:19:34 +00:00
committed by Dennis Hundertmark
parent e64e07793b
commit e9c18f4c0c
20 changed files with 9257 additions and 263 deletions

View File

@@ -3,9 +3,21 @@ type: kubernetes
name: default
steps:
- name: hello
image: alpine
- name: build-angular
image: node:22-alpine
commands:
- echo "Pipeline läuft!"
- echo "Repo: ${DRONE_REPO}"
- echo "Branch: ${DRONE_BRANCH}"
- npm ci
- npm run build
- name: build-and-push
image: plugins/docker
settings:
registry: gitea.mnky-code.de
repo: gitea.mnky-code.de/mnky/ngrx-playground
tags:
- latest
- ${DRONE_COMMIT_SHA:0:8}
username:
from_secret: gitea_username
password:
from_secret: gitea_password