Commit 855c6dbc by chenway

Update .gitlab-ci.yml

parent 7953b43c
Pipeline #158748 failed
image: node:18.16.0-alpine # change to match your project's node version
build:
stage: build
tags:
- strikingly
cache:
paths:
- node_modules/
script:
- CI=false npm install
- CI=false npm run build
artifacts:
paths:
- build
# build:
# stage: build
# tags:
# - strikingly
# cache:
# paths:
# - node_modules/
# script:
# - CI=false npm install
# - CI=false npm run build
# artifacts:
# paths:
# - build
pages:
stage: deploy
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment