This commit is contained in:
parent
8ba961b48a
commit
e1a47c2f0f
1 changed files with 5 additions and 2 deletions
|
@ -10,10 +10,13 @@ steps:
|
|||
- name: dazzle
|
||||
path: /home/light/dazzle/:/dazzle
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
# - npm install
|
||||
# - npm run build
|
||||
- pwd
|
||||
- ls .
|
||||
- ls ..
|
||||
- ls /
|
||||
- ls /home/
|
||||
- cp -r ./build/* /dazzle/
|
||||
- ls /dazzle/
|
||||
- cat /dazzle/index.html
|
||||
|
|
Loading…
Add table
Reference in a new issue