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
Are you provisioning the thing via deployment.sh, right? maybe you can split down this deplyment.sh into a granular process
scripts/init.sh
scripts/init/nvm.sh
scripts/init/pm2.sh
scripts/init/nginx.sh
scripts/update.sh (optional)
scripts/update/nvm.sh
scripts/update/pm2.sh
scripts/update/nginx.sh
scripts/apps/cognito-server
scripts/apps/cognito-server/install.sh
scripts/apps/cognito-server/update.sh
I think I went too far 😂 but that is the idea also if you can provide some config file .cognito-server which is basically a bash compatible file le the example below that will be imported by your scripts
No description provided.
The text was updated successfully, but these errors were encountered: