{"id":16293621,"url":"https://github.com/badsyntax/dokku-github-actions-demo","last_synced_at":"2026-03-18T18:50:39.709Z","repository":{"id":43454809,"uuid":"332868993","full_name":"badsyntax/dokku-github-actions-demo","owner":"badsyntax","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-05T20:57:02.000Z","size":201,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T19:19:53.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badsyntax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-25T20:06:30.000Z","updated_at":"2023-03-07T14:50:17.000Z","dependencies_parsed_at":"2024-11-05T15:55:40.471Z","dependency_job_id":null,"html_url":"https://github.com/badsyntax/dokku-github-actions-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/badsyntax/dokku-github-actions-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fdokku-github-actions-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fdokku-github-actions-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fdokku-github-actions-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fdokku-github-actions-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badsyntax","download_url":"https://codeload.github.com/badsyntax/dokku-github-actions-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badsyntax%2Fdokku-github-actions-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28921419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T20:11:53.196Z","updated_at":"2026-01-30T22:37:58.330Z","avatar_url":"https://github.com/badsyntax.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dokku GitHub Action Example\n\nAn example repo showing how to use the official [dokku GitHub action](https://github.com/dokku/github-action) to deploy your app with continuous delivery.\n\n## GitHub Secrets\n\nThe following secrets must be set:\n\n- `SSH_PRIVATE_KEY`\n\nYou'll see reference to a secret called `GITHUB_TOKEN` in the workflow files, but there's no need to manually set this yourself as this is set by GitHub Actions.\n\nIf you want to see debug information, you can create a secret called `ACTIONS_STEP_DEBUG` with a value of `true`.\n\n## dokku Setup\n\n```bash\n# on server\ndokku apps:create github-actions-demo-app\n```\n\n```bash\n# on local\ngit remote add dokku dokku@dokku.proxima-web.com:github-actions-demo-app\ngit push dokku\n```\n\nVisit http://github-actions-demo-app.dokku.proxima-web.com/ to confirm the deployment was successful.\n\n## Review Apps\n\nEach time a pull request is opened a new review app is deployed.\n\nThe [example workflow](./.github/workflows/review-app.yml) uses [GitHub Deploys](https://docs.github.com/en/rest/reference/repos#deployments) and requires the following [environments](https://docs.github.com/en/actions/reference/environments) to be created:\n\n- production\n- review\n\nYou can add new environments in your repo settings. You can also take advantage of [environment protection rules](https://docs.github.com/en/actions/reference/environments#environment-protection-rules) to request reviews before deployments can take place.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadsyntax%2Fdokku-github-actions-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadsyntax%2Fdokku-github-actions-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadsyntax%2Fdokku-github-actions-demo/lists"}