This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
container:
|
||||
volumes:
|
||||
- /repos:/repos
|
||||
- /www/jeopardy:/content
|
||||
- /www/jeopardy:/www/jeopardy
|
||||
steps:
|
||||
- name: Install Node.js & npm
|
||||
run: |
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
npm -v
|
||||
- name: Pull and pull
|
||||
run: |
|
||||
ip addr show eth0
|
||||
ls /www/jeopardy
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd /repos/music-jeopardy
|
||||
@@ -29,4 +29,4 @@ jobs:
|
||||
cd /repos/music-jeopardy
|
||||
npm run generate:data
|
||||
npm run build
|
||||
cp -r /repos/music-jeopardy/dist/* /content
|
||||
cp -r /repos/music-jeopardy/dist/* /www/jeopardy
|
||||
|
||||
Reference in New Issue
Block a user