Readied for deployment, gitlabyml and astroconfig are now configured

This commit is contained in:
Firq 2023-01-21 19:23:34 +01:00
parent 57bb6c9df6
commit 21830b2840
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 15 additions and 2 deletions

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
image: node:14
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run build
artifacts:
paths:
- public
only:
- main