How To Deploy Websites and dApps using Messiah Deployer
Coming soon...
- Log onto your Messiah dashboard and navigate to Deployer
- Click on Add New Project
- Connect your Git Provider i.e GitHub/Bitbucket/GitLab
- Tap on Authorize Messiah Flow
- Click on Install and Authorize
- Import the project you wish to deploy
- Configure your deployment:
- Give your project a name
- Select your project framework
- Build Settings: This is where you set up your project build before it deploys with build commands.
- npm run build or next build
- contains the output of your project when you build/compile it
- Install dependencies with command prompt npm install or yarn install
- Insert the environment variables. This can be found in the .ENV file of your project folder
- Click on Deploy to get your project live