update node.js.yml x7

This commit is contained in:
2020-06-02 00:16:45 +02:00
parent 4ef7a69bf6
commit c1ac5733aa

View File

@@ -11,10 +11,13 @@ jobs:
- uses: actions/checkout@v1
- name: Deploy
run: cp -r /home/arthur/website
run: cp -r . /home/arthur/website
- name: Install
run: yarn install
- name: Build
run: yarn run build-all
run: yarn build-all
- name: Run
run: yarn run start
run: yarn start