OctoSpaccHub/.gitlab-ci.yml

15 lines
181 B
YAML
Raw Normal View History

2020-10-30 17:35:59 +01:00
image: alpine:latest
2024-02-13 00:26:47 +01:00
before_script: |
apk update
2024-02-24 20:35:31 +01:00
apk add git nodejs npm
2024-02-13 00:26:47 +01:00
2020-10-30 17:35:59 +01:00
pages:
stage: deploy
2024-04-15 01:30:58 +02:00
script: sh ./Build.sh
2020-10-30 17:35:59 +01:00
artifacts:
paths:
2021-09-22 23:06:04 +02:00
- public
2020-10-30 17:35:59 +01:00
only:
- master