Skip to content
Snippets Groups Projects
Commit 06e761b6 authored by CaTasTrOOf's avatar CaTasTrOOf
Browse files

Add gitlab-ci file

parent f9d0823a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
image: node:16
build-job:
stage: build
script:
- npm install
- npm run build
only:
- merge_requests
deploy-job:
stage: deploy
script:
- echo "This is where we will put actions to deploy app"
only:
- tags
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