Update .gitlab-ci.yml file
This commit is contained in:
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user