This commit is contained in:
parent
caf86e3213
commit
f0090eec1b
@ -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/*
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user