OcttKB/.gitlab-ci.yml

19 lines
288 B
YAML
Raw Normal View History

image: alpine:latest
before_script: |
apk update
2022-09-22 15:33:09 +00:00
apk add wget npm
npm install -g tiddlywiki
pages:
stage: deploy
script: |
2023-02-19 21:01:42 +01:00
./Bootstrap.sh
#./Build.sh
#./DeployOld.sh
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH