Render button say I have to pay?

This is my render.yaml

services:
  - type: web
    name: embedbase-render
    env: python
    rootDir: .
    startCommand: "embedbase run"
    envVars:
      - key: PYTHON_VERSION
        value: 3.8.5

ref:

This is my render button

<a href="https://render.com/deploy?repo=https://github.com/different-ai/embedbase">
  <img src="https://render.com/images/deploy-to-render-button.svg" alt="Deploy to Render">
</a>

however, i see this:

Anything i can change to make it free?

Thanks!

Hi there,
If you don’t specify a plan attribute, then as per the Blueprint spec we publish at https://render.com/docs/blueprint-spec#sample-blueprint-spec then, your service will use a Starter instance type which costs $7 per month and also prompt for payment details when being used.

Adding plan:free will let your service use a free instance type,

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.