Question

App Platform PRE_DEPLOY job being rolled up in the app's estimated costs.

jobs:
- name: migrate
  kind: PRE_DEPLOY
  github:
    repo: my/repo
    branch: main
    deploy_on_push: true
  run_command: python manage.py migrate

This section of the app spec I’m using seems to be kicking up the price of my app estimated costs.

Wouldn’t this job only be running for a short period of time and then removed so it doesn’t add to the app’s monthly cost?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer