mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2024-12-12 16:39:37 +01:00
12 lines
162 B
YAML
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
|