Skip to content
Recued
Menu
← Back to recipes

Create a Heroku build from source

by recued-core v1

Approval-gated Heroku build creation workflow. It reads the app and recent builds, then creates exactly one build from a caller-supplied gzipped source blob URL through recued-core.heroku.build.create. It does not upload files itself, create apps, mutate config vars, roll back releases, stop or restart dynos, delete resources, or call arbitrary Heroku API routes.

How it works 13 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (13 steps)
app_key trim
Trim whitespace from setting app name
source_url trim
Trim whitespace from setting source blob url
source_version trim
Trim whitespace from setting source version
version_description trim
Trim whitespace from setting version description
has_source_url compare
Check if source url has data
app ?
builds_before_raw ?
created_build ?
skip: step.has_source_url not_equal true
builds_after_raw ?
builds_after default
Apply default
build_rows slice
Take a subset of
build_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

heroku setting =
app name setting =
buildpacks setting =
source version setting =
source blob url setting =
version description setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Heroku connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

heroku herokubuildsdeploysource-blobapprovalpack:heroku

Details

13 steps 6 configurable settings recipe_id: create-heroku-build-from-source