Skip to content
Snippets Groups Projects
Commit f7799ad1 authored by Suru Dissanaike's avatar Suru Dissanaike
Browse files

Update .gitlab-ci.yml

parent 60b8ee5a
No related branches found
No related tags found
1 merge request!1Deploy pages
Pipeline #9520 passed
image: node:12.16
cache:
untracked: true
key: "$CI_BUILD_REF_NAME"
paths:
- node_modules/
image: alpine:latest
stages:
- deploy-pages
deploy_pages:
image: alpine:latest
stage: deploy-pages
script:
- mkdir public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment