Files
crypto-bot-admin/.gitlab-ci.yml

15 lines
195 B
YAML

image: alpine:latest
stages:
- deploy
deploy:
stage: deploy
script:
- cd ~/crypto-bot-dev/front-admin
- git fetch && git pull
- npm i
- npm run build
only:
- master