adapt CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukas Bachschwell 2019-12-03 23:03:40 +01:00
parent caf86e3213
commit f0090eec1b
1 changed files with 8 additions and 0 deletions

View File

@ -11,4 +11,12 @@ steps:
- name: greeting
commands:
- echo "hello world"
- name: build
commands:
- npm install
- npm run build:prod
- rm -rf /home/admin/web/joinbot.tk/public_html/*
- cp -R dist/* /home/admin/web/joinbot.tk/public_html/
- chmod 775 -R /home/admin/web/joinbot.tk/public_html/*