Skip to content

Render CI Deploy

Actions
This action deploy the application to Render
v1.0.5
Latest
Star (1)

Tags

 (1)

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

Render CI Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action deploy the application to Render
v1.0.5
Latest

Tags

 (1)

Render CI Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.