This commit is contained in:
DaGammla
2022-11-27 21:30:29 +01:00
parent 4a3638745c
commit ca72af8db6
7 changed files with 134 additions and 73 deletions
+12
View File
@@ -0,0 +1,12 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- gzip -k -6 -r public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH