Skip to content

Commit

Permalink
Merge pull request #13 from yunusmi/dev
Browse files Browse the repository at this point in the history
fix deployment keys
  • Loading branch information
yunusmi authored Feb 29, 2024
2 parents 79b80b4 + 15a1074 commit 0a6f0c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vps_server_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ jobs:
fi
echo 'Install nodejs dependencies'
npm ci
echo 'Finished installing nodejs dependencies'
echo 'Compiling from TS'
npx tsc
echo 'Compiling has done successfully'
echo 'Starting application'
npx cross-env NODE_ENV=production pm2 start ./dist/app.js
echo 'Application has been started successfully'
pm2 save
echo "Script execution completed"
echo 'Script execution completed'
'

0 comments on commit 0a6f0c2

Please sign in to comment.