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