image: alpine:latest
before_script: |
apk update
apk add git nodejs npm
pages:
stage: deploy
script: sh ./Build.sh
artifacts:
paths:
- public
only:
- master