Compare commits

...

2 Commits

Author SHA1 Message Date
9a84e9003a More ignores
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2026-02-13 15:58:11 -03:00
56b2377cd1 Pipeline tweaks 2026-02-13 15:56:36 -03:00
4 changed files with 8 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
# Avoid sending secrets or dev tooling into the build context
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
node_modules
scripts
.git
.prettierrc
.prettierignore
*.md
.env
.env.*
stylelint.config.js
eslint.config.js

View File

@@ -1,2 +1,4 @@
node_modules
pnpm-lock.yaml
dist

View File

@@ -48,7 +48,7 @@ steps:
- pnpm install --frozen-lockfile
- pnpm lint
depends_on:
- install
- Prettier Format Check
- name: Send Lint Status Notification (failure)
image: curlimages/curl
@@ -76,7 +76,7 @@ steps:
- pnpm install --frozen-lockfile
- pnpm build
depends_on:
- install
- Lint Check
- name: Send Build Status Notification (failure)
image: curlimages/curl

View File

@@ -12,7 +12,7 @@ when:
evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"'
depends_on:
- ci
- build
steps:
- name: Trigger Portainer stack redeploy