mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2024-12-08 22:45:35 +01:00
17 lines
279 B
YAML
17 lines
279 B
YAML
image: alpine:latest
|
|
|
|
before_script: |
|
|
apk update
|
|
apk add git wget npm python3 py3-pip
|
|
npm install -g tiddlywiki
|
|
pip3 install beautifulsoup4 html5lib
|
|
|
|
pages:
|
|
stage: deploy
|
|
script: |
|
|
ash ./Bootstrap.sh
|
|
ash ./Deploy.Main.sh
|
|
artifacts:
|
|
paths:
|
|
- public
|