Render CI Deploy
ActionsTags
(1)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}
- 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: 10000Render 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.