OcttKB/.gitlab-ci.yml

17 lines
279 B
YAML
Raw Normal View History

image: alpine:latest
before_script: |
apk update
apk add git wget npm python3 py3-pip
npm install -g tiddlywiki
pip3 install beautifulsoup4 html5lib
pages:
2023-02-28 12:08:56 +01:00
stage: deploy
script: |
ash ./Bootstrap.sh
ash ./Deploy.Main.sh
artifacts:
paths:
- public