mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2024-12-12 08:46:56 +01:00
15 lines
181 B
YAML
15 lines
181 B
YAML
image: alpine:latest
|
|
|
|
before_script: |
|
|
apk update
|
|
apk add git nodejs npm
|
|
|
|
pages:
|
|
stage: deploy
|
|
script: sh ./Build.sh
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|