Commit 9a42ef16 by root

merge

1 parent 3d94bca9
sudo git pull
sudo npm run build
sudo pm2 stop advith_frontend_io
sudo pm2 start advith_frontend_io
sudo pm2 stop advith_io_frontend
sudo pm2 start advith_io_frontend
module.exports = {
apps: [
{
name: 'advith_frontend',
name: 'advith_io_frontend',
script: 'npm',
args: 'run start',
},
......
......@@ -307,3 +307,4 @@ export async function getServerSideProps() {
console.log("Error", error);
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!