diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b8d8e6..f1a42ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,5 +44,4 @@ jobs: ssh -o StrictHostKeyChecking=no ec2-user@${{ secrets.HOST }} " cd /var/www/dear && pm2 reload dear || pm2 start yarn --name dear -- start - " - \ No newline at end of file + " \ No newline at end of file