Skip to content

Instantly share code, notes, and snippets.

@MuttakinHasib
Last active June 7, 2022 14:04
Show Gist options
  • Save MuttakinHasib/8066a3173ed439746d83981659c98bcc to your computer and use it in GitHub Desktop.
Save MuttakinHasib/8066a3173ed439746d83981659c98bcc to your computer and use it in GitHub Desktop.
AWS Deployment Beweddy
To Stop The Server
pm2 stop 3
Pull From github
git pull
To Start The Server
pm2 start 3 --watch
Show The Deployment Logs
pm2 logs 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment