This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
- /repos:/repos
|
- /repos:/repos
|
||||||
- /www/jeopardy:/content
|
- /www/jeopardy:/www/jeopardy
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js & npm
|
- name: Install Node.js & npm
|
||||||
run: |
|
run: |
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
npm -v
|
npm -v
|
||||||
- name: Pull and pull
|
- name: Pull and pull
|
||||||
run: |
|
run: |
|
||||||
ip addr show eth0
|
ls /www/jeopardy
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd /repos/music-jeopardy
|
cd /repos/music-jeopardy
|
||||||
@@ -29,4 +29,4 @@ jobs:
|
|||||||
cd /repos/music-jeopardy
|
cd /repos/music-jeopardy
|
||||||
npm run generate:data
|
npm run generate:data
|
||||||
npm run build
|
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