{"id":15471839,"url":"https://github.com/thadeu/easily-dokku-action","last_synced_at":"2025-10-09T12:40:13.767Z","repository":{"id":65162020,"uuid":"237274711","full_name":"thadeu/easily-dokku-action","owner":"thadeu","description":"⚡️Github action for dokku","archived":false,"fork":false,"pushed_at":"2020-01-30T21:10:09.000Z","size":19,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-07T09:05:57.701Z","etag":null,"topics":["actions","ci-cd","dokku"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/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}},"created_at":"2020-01-30T18:11:18.000Z","updated_at":"2023-11-16T03:15:27.000Z","dependencies_parsed_at":"2023-01-04T12:39:04.263Z","dependency_job_id":null,"html_url":"https://github.com/thadeu/easily-dokku-action","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"c7ce5b0e1b17f7b8f73b02d5050ae84726a4d138"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Feasily-dokku-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Feasily-dokku-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Feasily-dokku-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thadeu%2Feasily-dokku-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thadeu","download_url":"https://codeload.github.com/thadeu/easily-dokku-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250251145,"owners_count":21399765,"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":["actions","ci-cd","dokku"],"created_at":"2024-10-02T02:21:56.512Z","updated_at":"2025-10-09T12:40:08.712Z","avatar_url":"https://github.com/thadeu.png","language":"Shell","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    runs-on: ubuntu-18.04\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v1\n        with:\n          fetch-depth: 0\n\n      - name: Deploy the application\n        uses: thadeu/easily-dokku-action@v1.0.8\n        env:\n          BRANCH: master # optional\n          PROJECT: project-name\n          FLAGS: --force # optional\n          PORT: 22 # optional\n          SSH_PRIVATE_KEY: ${{ secrets.DOKKU_PRIVATE_KEY }}\n          SSH_PUBLIC_KEY: ${{ secrets.DOKKU_PUBLIC_KEY }}\n          SSH_HOST: ${{ secrets.DOKKU_HOST }}\n```\n\n### Required Secrets\n\nYou'll need to provide some secrets to use the action.\n\n- DOKKU_PRIVATE_KEY: Your SSH private key.\n- DOKKU_PUBLIC_KEY: Your SSH public key.\n- DOKKU_HOST: Your Host\n\n# Required Environments\n\nYou'll need to provide some env to use the action.\n\n- **BRANCH**: Repository branch that should be used for deploy: ie, `master`, default is `master`\n- **PROJECT**: The project is Dokku project name.\n- **FLAGS**: Your flags to git push\n- **PORT**: Your port ssh server, default is 22\n- **SSH_PRIVATE_KEY**: Your SSH private key.\n- **SSH_PUBLIC_KEY**: Your SSH public key.\n- **SSH_HOST**: The host the action will SSH to run the git push command. ie, `your.site.com`.\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%2Feasily-dokku-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthadeu%2Feasily-dokku-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthadeu%2Feasily-dokku-action/lists"}