OcttKB/.gitlab-ci.yml

12 lines
162 B
YAML

image: alpine:latest
before_script: |
apk update
apk add git wget npm
npm install -g tiddlywiki
Sync:
stage: deploy
script: |
sh ./GitLab.Main.sh