2022-09-20 12:08:51 +02:00
|
|
|
image: alpine:latest
|
|
|
|
|
|
|
|
before_script: |
|
|
|
|
apk update
|
2023-03-24 12:03:09 +01:00
|
|
|
apk add git wget npm python3 py3-pip
|
2022-09-20 12:08:51 +02:00
|
|
|
npm install -g tiddlywiki
|
2023-12-11 01:47:53 +01:00
|
|
|
pip3 install beautifulsoup4 html5lib --break-system-packages
|
2022-09-20 12:08:51 +02:00
|
|
|
|
2023-03-24 12:03:09 +01:00
|
|
|
pages:
|
2023-02-28 12:08:56 +01:00
|
|
|
stage: deploy
|
2022-09-20 12:08:51 +02:00
|
|
|
script: |
|
2023-03-24 12:03:09 +01:00
|
|
|
ash ./Bootstrap.sh
|
2023-06-09 00:16:37 +02:00
|
|
|
ash ./Deploy.Main.sh
|
2023-03-24 12:03:09 +01:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|