feat: Implement tasks feature using NGRX signals and remove the old counter store, alongside general project configuration and skill documentation updates.
continuous-integration/drone/pr Build is passing
continuous-integration/drone/pr Build is passing
This commit is contained in:
+27
-27
@@ -2,41 +2,41 @@ kind: pipeline
|
||||
type: kubernetes
|
||||
name: pr-check
|
||||
trigger:
|
||||
event:
|
||||
- pull_request
|
||||
event:
|
||||
- pull_request
|
||||
|
||||
steps:
|
||||
- name: build-angular
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run build
|
||||
- name: build-angular
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: deploy
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: build-angular
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run build
|
||||
- name: build-angular
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- 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:
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: gitea_username
|
||||
password:
|
||||
from_secret: gitea_password
|
||||
- name: build-and-push
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: gitea.mnky-code.de
|
||||
repo: gitea.mnky-code.de/mnky/ngrx-playground
|
||||
tags:
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
username:
|
||||
from_secret: gitea_username
|
||||
password:
|
||||
from_secret: gitea_password
|
||||
|
||||
Reference in New Issue
Block a user