You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a hard time deploying the latest version of the engine on contrib because the pm2 process was executing in /home/debian/ota which was the original folder the process have been launched in.
As deployment only stops the process and restarts it after update, the process did not start as it was being executed from there.
I had to manually pm2 remove ota in order for the deployment to work correctly.
The text was updated successfully, but these errors were encountered:
I had a hard time deploying the latest version of the engine on contrib because the pm2 process was executing in
/home/debian/ota
which was the original folder the process have been launched in.As deployment only stops the process and restarts it after update, the process did not start as it was being executed from there.
I had to manually
pm2 remove ota
in order for the deployment to work correctly.The text was updated successfully, but these errors were encountered: