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?
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!