8000 GitHub - STEM-C/auto at v0.4.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

STEM-C/auto

Repository files navigation

auto

GitHub actions that enable an automated CI/CD pipeline

Test Build

Review

Create and delete apps on a heroku pipeline

inputs:
  base:
    description: 'The base name of the app'
    required: true
  pipeline: 
    description: 'A heroku pipline id to add the new app to'
    required: true
  stage:
    description: 'A stage to add the app to'
    required: false
    default: 'development'
  token:
    description: 'API token of the heroku account'
    required: true
outputs:
  app_name: 
    description: 'The name of the app that is created'
  database_url:
    description: 'The postgresql url of the provisioned db'

About

CI/CD Actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages

0