OcttKB/.gitlab-ci.yml

18 lines
267 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
2022-09-22 17:58:44 +02:00
./DeployOld.sh
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH