Commit ac6c45b9 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 44ca8ce7
Pipeline #160 canceled with stages
apt-get update
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
npm install
npm install -g pm2
pm2 start app.js
\ No newline at end of file
pm2 kill
git pull
pm2 start app.js
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment