Skip to main content

How To Deploy Websites and dApps using Messiah Deployer

Coming soon...

  1. Log onto your Messiah dashboard and navigate to Deployer
  2. Click on Add New Project
  3. Connect your Git Provider i.e GitHub/Bitbucket/GitLab
  4. Tap on Authorize Messiah Flow
  5. Click on Install and Authorize
  6. Import the project you wish to deploy
  7. 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
  8. Click on Deploy to get your project live