{"id":15484081,"url":"https://github.com/thadeu/github-action-dokku","last_synced_at":"2026-01-18T20:33:19.295Z","repository":{"id":97525816,"uuid":"237276352","full_name":"thadeu/github-action-dokku","owner":"thadeu","description":"Dokku for GitHub Actions","archived":false,"fork":false,"pushed_at":"2019-09-19T13:02:25.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T06:25:46.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/thadeu.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-30T18:20:14.000Z","updated_at":"2022-06-23T16:29:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9d7dbf1-ff25-43fc-9123-40add66db85f","html_url":"https://github.com/thadeu/github-action-dokku","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"6fb8d6becbfd168721b433b725fd7ed23705a3e2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fgithub-action-dokku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fgithub-action-dokku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fgithub-action-dokku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Fgithub-action-dokku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thadeu","download_url":"https://codeload.github.com/thadeu/github-action-dokku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423494,"owners_count":20936622,"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":[],"created_at":"2024-10-02T05:22:21.780Z","updated_at":"2026-01-18T20:33:19.289Z","avatar_url":"https://github.com/thadeu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dokku for GitHub Actions\n\nDeploy an application to your Dokku server over SSH.\n\n## Usage\n\nTo use the action add the following lines to your `.github/workflows/main.yml`\n\n```yaml\nname: deploy\n\non: \n  push:\n    branches:\n      - master\n\njobs:\n  deploy:\n    needs: pytest\n    runs-on: ubuntu-18.04\n    steps:\n      - uses: actions/checkout@v1\n      - name: Deploy the application\n        uses: landmaj/github-action-dokku@master\n        with:\n          PRIVATE_KEY: ${{ secrets.DOKKU_PRIVATE_KEY }}\n          PUBLIC_KEY: ${{ secrets.DOKKU_PUBLIC_KEY }}\n          HOST: ${{ secrets.DOKKU_HOST }}\n          PROJECT: project-name\n```\n\n### Required Variables\n\n* **PRIVATE_KEY**: Your SSH private key, preferably from Secrets.\n* **PUBLIC_KEY**: Your SSH public key, preferably from Secrets.\n* **HOST**: The host the action will SSH to run the git push command. ie, `your.site.com`.\n* **PROJECT**: The project is a Dokku project name.\n* **BRANCH**: [OPTIONAL] Repository branch that should be used for deploy, `master` is set by default.\n\n## License\n\nThe Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeu%2Fgithub-action-dokku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthadeu%2Fgithub-action-dokku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeu%2Fgithub-action-dokku/lists"}