Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
/ deploy-action Public archive

A github action to trigger a github deployment

License

Notifications You must be signed in to change notification settings

rohit-gohri/deploy-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deploy-action

A github action to trigger a github deployment.

Currently the deployment status stays as pending because we are not handling the deployment status. Technically that should be handled by whatever you are trying to trigger with the deployment.

Env Options

  • DEPLOY_ENV: default production
  • DEPLOY_REF: default master
  • GITHUB_TOKEN: required