This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: node:22-alpine
|
image: node:22-alpine
|
||||||
|
environment:
|
||||||
|
STRAPI_URL:
|
||||||
|
from_secret: STRAPI_URL
|
||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user