Skip to content

ashishkujoy/render-deploy

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

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render Deploy Action

An action to automate the render manual deploy. Before using this action turn off auto deployment from setting page of service, get the service id and service key from the deploy hook. Refer And account api key from Accounts Page. Store these secret in action secrets.

https://api.render.com/deploy/{SERVICE_ID}?key={SERVICE_KEY}

Configuration

 - name: Deploy and wait
      uses: ashishkujoy/[email protected]
      with:
        service-id: ${{ secrets.SERVICE_ID }}
        service-key: ${{ secrets.SERVICE_KEY }}
        api-key: ${{ secrets.API_KEY }}
        max-deployment-wait-ms: 360000
        delay-in-ms: 10000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published