Skip to content
Snippets Groups Projects
Commit 1bbf639a authored by Jiwon Sheen's avatar Jiwon Sheen
Browse files

add ci/cd

parent 85a6d91d
No related branches found
No related tags found
No related merge requests found
Pipeline #11091 passed
stages:
- deploy
deploy-worker:
image: node:lts
stage: deploy
environment: production
before_script:
# install dependencies
- cd kv-tutorial
- npm ci
script:
- npm run deploy
rules:
# This rule triggers this job after any push to the default branch
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment