From b2cd60ed098ef7334430c5cefe040c41e7156c45 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 2 Jun 2020 00:45:10 +0200 Subject: [PATCH] update node.js.yml x13 --- .github/workflows/node.js.yml | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9d7e428..5e1fc77 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - name: Delete old Dir & create a new one - run: rmdir -rf /home/arthur/website && mkdir /home/arthur/website + run: rm -rf /home/arthur/website && mkdir /home/arthur/website - name: Deploy run: cp -r . /home/arthur/website diff --git a/run.sh b/run.sh index c6aeb65..93c6d76 100644 --- a/run.sh +++ b/run.sh @@ -1 +1 @@ -screen -S nextjs yarn start \ No newline at end of file +screen -S runner -U -m -d nextjs yarn start \ No newline at end of file