sitoctt/.gitlab-ci.yml

21 lines
447 B
YAML
Raw Normal View History

image: alpine:latest
before_script:
- apk update
2022-07-01 17:53:36 +02:00
- apk add python3 py3-pip npm go git
2022-07-01 15:07:06 +02:00
- pip3 install requests lxml
2022-08-23 00:07:45 +02:00
- npm install -g pug-cli
pages:
stage: deploy
script:
2022-08-23 00:07:45 +02:00
- ./Scripts/Prepare.GitLab.html2gmi.sh
- git clone --depth 1 https://gitlab.com/octtspacc/staticoso
2022-08-18 00:04:54 +02:00
- ./Scripts/Deploy.GitLab.sh
- ./Scripts/Deploy.Gemini.sh
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH