mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-21 13:59:28 +00:00
Remove GitLab CI config
This commit is contained in:
parent
8cac2f7abf
commit
36b16fe84d
2 changed files with 0 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
|||
image: "node:lts-slim"
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- .yarn
|
||||
- .cache
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000
|
||||
- npm run release
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
|
@ -1,5 +1,3 @@
|
|||
# Notes
|
||||
|
||||
![](https://git.theorangeone.net/repos/notes/badges/master/pipeline.svg)
|
||||
|
||||
Notes and stuff
|
||||
|
|
Loading…
Reference in a new issue