diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a6d9b3e..366cfbb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,6 @@ jobs: username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} protocol: ftps - server-dir: 'backend/' exclude: | **/.git/* **/.git*/** @@ -68,4 +67,4 @@ jobs: pwd cd /var/www/html/backend/ pm2 stop all - pm2 start --interpreter build/server.js \ No newline at end of file + pm2 start --interpreter build/server.js