Skip to main content
In this act, you’ll get your build in Github Actions.
If you’ve skipped Act 3, you must do:
1
Create a workflow file
2
  • Create the file .github/workflows/stage-dapp.yaml your Dapp Staging Github Action
  • Copy the yaml below to the stage-dapp.yaml
  • 3
    Set up secrets
    4
    In your github action, set up Secrets with the following environment variables:
    5
  • TENDERLY_ACCOUNT_ID and TENDERLY_PROJECT_ID (guide)
  • TENDERLY_ACCESS_TOKEN (guide).
  • 6
    Push
    7
    Commit any changes you got and push to your fork:
    8
    git add .
    git commit -m "build"
    
    9
    Observe
    10
  • Go to “Actions” in your repo
  • Notice all newly created Virtual Environments
  • Check your virtual_mainnet for contract deployments
  • 11
    Homework
    12
    We didn’t want to favor one hosting provider over another, so we let you integrate your favorite one for
    13
  • Next.js hosting
  • TheGraph Node hosting. You need to host your own Node because we’re using a custom RPC.