{"id":18274977,"url":"https://github.com/qbaware/render-redeploy-action","last_synced_at":"2025-10-16T02:18:53.343Z","repository":{"id":216958626,"uuid":"742786706","full_name":"qbaware/render-redeploy-action","owner":"qbaware","description":"Simple GitHub Action that redeploys Render applications","archived":false,"fork":false,"pushed_at":"2025-02-17T20:35:35.000Z","size":428,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:22:40.045Z","etag":null,"topics":["continuous-delivery","github-actions","render"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/render-redeploy-action","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbaware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T11:15:59.000Z","updated_at":"2025-02-17T20:35:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4ec8f53-017f-4edf-97c6-5aafdb524532","html_url":"https://github.com/qbaware/render-redeploy-action","commit_stats":null,"previous_names":["qbaware/render-redeploy-action"],"tags_count":19,"template":false,"template_full_name":"actions/container-prebuilt-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbaware%2Frender-redeploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbaware%2Frender-redeploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbaware%2Frender-redeploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbaware%2Frender-redeploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbaware","download_url":"https://codeload.github.com/qbaware/render-redeploy-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514221,"owners_count":21116899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-delivery","github-actions","render"],"created_at":"2024-11-05T12:11:27.792Z","updated_at":"2025-10-16T02:18:48.307Z","avatar_url":"https://github.com/qbaware.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Image](/resources/render-logo-small.png) Render Redeploy Action\n\n![CI](https://github.com/qbaware/render-redeploy-action/actions/workflows/ci.yml/badge.svg)\n![CD](https://github.com/qbaware/render-redeploy-action/actions/workflows/cd.yml/badge.svg)\n\nThis is a simple GitHub Action that redeploys services hosted on\n[Render](https://render.com/)'s cloud platform.\n\nThis action could be useful in CI/CD pipelines that release Docker images\nand, as part of the pipeline, it's required to redeploy the services that\nare using those images so that they can run the latest versions.\n\n## How To Use\n\n### Define The Inputs\n\nFirst, make sure to define the necessary input for the Action. You'd\nhave to provide a Render API key (for authentication with their APIs)\nand a Render service ID (used to identify the service you want to redeploy).\n\nTo do this, you can leverage GitHub\n[secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions)\nand\n[variables](https://docs.github.com/en/actions/learn-github-actions/variables).\nIn short, go to your repository's `Settings` tab and add the necessary\nsecrets and variables under `Secrets and variables` then `Actions`.\n\n### Modify Your Action\n\nAdd the following `deploy` job in your Action.\n\n``` yaml\ndeploy:\n  # Assuming the `docker-images` job builds the Docker images,\n  # we define a dependency on it.\n  needs: docker-images \n\n  runs-on: ubuntu-latest\n  steps:\n    - name: Deploy to Render\n      uses: qbaware/render-redeploy-action@v0\n      with:\n        render-api-key: ${{ secrets.RENDER_API_KEY }}\n        render-service-id: ${{ env.RENDER_SERVICE_ID }}\n```\n\n### That's It 🎉\n\n### Sample Workflow View\n\n![Sample workflow](/resources/sample-workflow.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbaware%2Frender-redeploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbaware%2Frender-redeploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbaware%2Frender-redeploy-action/lists"}