OcttKB/.gitlab-ci.yml

17 lines
248 B
YAML
Raw Normal View History

image: alpine:latest
before_script: |
apk update
2022-09-22 17:33:09 +02:00
apk add wget npm
npm install -g tiddlywiki
pages:
stage: deploy
script: |
2022-09-20 18:01:57 +02:00
./Build.sh
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH