2022-05-17 13:00:20 +02:00
|
|
|
image: alpine:latest
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- apk update
|
2022-06-24 23:09:28 +02:00
|
|
|
- apk add python3 py3-pip npm git
|
|
|
|
- pip3 install lxml
|
2022-05-17 18:15:08 +02:00
|
|
|
- npm install -g pug-cli
|
2022-05-17 13:00:20 +02:00
|
|
|
|
|
|
|
pages:
|
|
|
|
stage: deploy
|
|
|
|
script:
|
|
|
|
- git clone --depth 1 https://gitlab.com/octtspacc/staticoso
|
2022-06-24 22:30:45 +02:00
|
|
|
- Scripts/Deploy.GitLab.sh
|
2022-05-17 13:00:20 +02:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
rules:
|
|
|
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|