Compare commits
2 Commits
97c6462254
...
9a84e9003a
| Author | SHA1 | Date | |
|---|---|---|---|
|
9a84e9003a
|
|||
|
56b2377cd1
|
@@ -1,9 +1,12 @@
|
|||||||
# Avoid sending secrets or dev tooling into the build context
|
# Avoid sending secrets or dev tooling into the build context
|
||||||
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
|
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
|
||||||
node_modules
|
node_modules
|
||||||
|
scripts
|
||||||
.git
|
.git
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.prettierignore
|
.prettierignore
|
||||||
*.md
|
*.md
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
stylelint.config.js
|
||||||
|
eslint.config.js
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
|
dist
|
||||||
@@ -48,7 +48,7 @@ steps:
|
|||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm lint
|
- pnpm lint
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- Prettier Format Check
|
||||||
|
|
||||||
- name: Send Lint Status Notification (failure)
|
- name: Send Lint Status Notification (failure)
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
@@ -76,7 +76,7 @@ steps:
|
|||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm build
|
- pnpm build
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- Lint Check
|
||||||
|
|
||||||
- name: Send Build Status Notification (failure)
|
- name: Send Build Status Notification (failure)
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ when:
|
|||||||
evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"'
|
evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"'
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ci
|
- build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger Portainer stack redeploy
|
- name: Trigger Portainer stack redeploy
|
||||||
|
|||||||
Reference in New Issue
Block a user