Skip to content

A github action for creating github deployments

License

Notifications You must be signed in to change notification settings

ideavateltd/actions-gh-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A github action for creating github deployments

This action creates a deployment using the github API

Inputs

environment

Required Environment to deploy to. Default development.

task

Required Specifies a task to execute (e.g., deploy or deploy:migrations). Default deploy.

description

Required Description of the deploy. Default None.

transient_environment

Required Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. Default true.

Example usage

uses: mkrakowitzer/actions-gh-deploy@master
with:
  environment: development
  task: deploy
  description: Deployment of App XXX
  transient_environment: true

About

A github action for creating github deployments

Resources

License

Stars

Watchers

Forks

Packages

No packages published