{"id":16352258,"url":"https://github.com/tiagogouvea/github-dpl-action","last_synced_at":"2026-01-21T01:02:02.571Z","repository":{"id":83749096,"uuid":"267878666","full_name":"TiagoGouvea/github-dpl-action","owner":"TiagoGouvea","description":"Dpl (dee-pee-ell) Github Action ","archived":false,"fork":false,"pushed_at":"2024-06-10T19:23:15.000Z","size":46,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T16:49:11.163Z","etag":null,"topics":["dee-pee-ell","dpl","github-action","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/travis-ci/dpl","language":"JavaScript","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/TiagoGouvea.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-29T14:30:20.000Z","updated_at":"2024-06-10T19:23:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"b052891d-6ead-4b99-8db3-a1d98690c115","html_url":"https://github.com/TiagoGouvea/github-dpl-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TiagoGouvea/github-dpl-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoGouvea%2Fgithub-dpl-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoGouvea%2Fgithub-dpl-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoGouvea%2Fgithub-dpl-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoGouvea%2Fgithub-dpl-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiagoGouvea","download_url":"https://codeload.github.com/TiagoGouvea/github-dpl-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoGouvea%2Fgithub-dpl-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"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":["dee-pee-ell","dpl","github-action","github-actions"],"created_at":"2024-10-11T01:25:28.796Z","updated_at":"2026-01-21T01:02:02.540Z","avatar_url":"https://github.com/TiagoGouvea.png","language":"JavaScript","readme":"# Dpl (dee-pee-ell) GitHub Action\n\nThis action allows you to deploy using [Dpl](https://github.com/travis-ci/dpl). \n\nIt was built using [dpl v1](https://github.com/travis-ci/dpl/blob/v1/README.md), that is the currently used in production on Travis CI.\n\n## Providers\n\nList of providers already added: \n\n- [Heroku](https://github.com/travis-ci/dpl/blob/v1/README.md#heroku)\n\nIf you want a new provider, open your PR adding the provider params to [action.yml](action.yml), [index.js](index.js) and document it on [readme.md](Readme.md), following the heroku pattern. I will be happy to accept your contribution. :)\n\n## Inputs\n\n| Input          | Required  | Description                                      |\n| -------------- | --------- | ------------------------------------------------ |\n| `provider`  | `true`    |  The provider you want to deploy to. |\n| `base-dir`  | `false`    |  Relative folder from root to mount, could be some like \"api\" |\n| `skip_cleanup` | `false`   |  Prevent from resetting your working directory and deleting all changes made during the build.  |\n\nEvery provider has slightly different flags, which are documented in [dpl repository](https://github.com/travis-ci/dpl/blob/v1/README.md).\n\n### Heroku\n\n| Input          | Required  | Description                                      |\n| -------------- | --------- | ------------------------------------------------ |\n| `app`          | `false`    |  Heroku app name |\n| `api-key`      | `false`   |  Heroku api key  |\n| `strategy`     | `false`   |  Deployment strategy for Dpl  |\n| `username`     | `false`   |  heroku username. Not necessary if api-key is used. Requires git strategy.  |\n| `password`     | `false`   |  heroku password. Not necessary if api-key is used. Requires git strategy.  |\n\n## Outputs\n\n| Input        | Description           |\n| ------------ | --------------------- |\n| `result`  | \"Successfully deployed\" in case of success |\n\nIf `dpl` fail running it will throw an error, and the job will fail. \n\n## Example \n\n```\n- name: Dpl to heroku\n  uses: tiagogouvea/github-dpl-action@master\n  with:\n    provider: 'heroku'\n    app: 'your-heroku-app-name'\n    api-key: 'your-66a593c465c7ec9-heroku-api-key'\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagogouvea%2Fgithub-dpl-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagogouvea%2Fgithub-dpl-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagogouvea%2Fgithub-dpl-action/lists"}