Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 753 Bytes

File metadata and controls

18 lines (14 loc) · 753 Bytes

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/render-ci-deploy@v1.0.1
      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