diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 08ccfeb..d0f4dfd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} - script: | + run: | cd ${{ secrets.APPDIR }} git pull # we pull any changes from git npm prune # we remove any unused dependencies