Update .gitlab-ci.yml file

This commit is contained in:
2021-06-13 11:53:19 +00:00
parent 32da4e52ae
commit 5ce5c2e0d7

14
.gitlab-ci.yml Normal file
View File

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