mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
15 lines
359 B
YAML
15 lines
359 B
YAML
deploy:
|
|
image: alpine:latest
|
|
stage: deploy
|
|
variables:
|
|
GITAPP_URL: https://gitapp.si
|
|
GITAPP_NAME: upn-qr
|
|
tags:
|
|
- exec-docker
|
|
script:
|
|
- apk add nodejs npm git
|
|
- npm install --global caprover
|
|
- caprover deploy --caproverUrl $GITAPP_URL --appToken $GITAPP_TOKEN --appName $GITAPP_NAME --branch origin/master
|
|
only:
|
|
- master
|