Skip to content

PyriteCloud/redeploy-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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyrite Cloud Redeploy Action

This action is used to redeploy the deployment on Pyrite Cloud. This action can be used after the docker image push step in your Github Workflow.

Example

- name: Redeploy Deployment
    uses: PyriteCloud/redeploy-action@main
    with:
        api-key: ${{ secrets.PYRITE_API_KEY }}
        deployment-id: ${{ secrets.PYRITE_DEPLOYMENT_ID }}

Add your api-key anddeployment-id in Github Secrets and refer them in the Workflow.

  • PYRITE_API_KEY
  • PYRITE_DEPLOYMENT_ID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published