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: 10000