Bitbucket Repository: https://bitbucket.org/fleetph/fleet-forms/src/master/
...
Requirements
Node JS 10+
Firebase CLI
NPM/Yarn
Firebase Console Access
Bitbucket Access
...
* suggestion for future developers, use concurrently to run web and API server simultaneously.
...
Expand |
---|
title | Deployment for Beta environment - Nexus2 |
---|
|
Login to the server using the following command Code Block |
---|
ssh ctodev@beta.ctoglobal.co |
This will prompt you to enter the password. (ask the administrator or your team lead for the password) Note: I recommend using snowflakes ssh manager. https://github.com/subhra74/snowflake
Once logged in. Navigate to the apps folder.
cd apps Then navigate to fleet-forms
cd fleet-forms checkout to the branch that you want to deploy
git checkout beta-branch-name Update the branch
git pull install dependencies
yarn install Build the project
yarn beta:build Restart Fleet-forms server process
pm2 restart fleet-forms Check your deployment @ NEXUS 2
|
...