removes CI config; deploying via webhook

This commit is contained in:
Aljaž S
2021-11-25 22:00:58 +00:00
parent 377f925f33
commit 8c05ca251c

View File

@@ -1,14 +0,0 @@
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