{"id":16957232,"url":"https://github.com/zekth/gh-deploy-action","last_synced_at":"2026-05-10T10:01:41.276Z","repository":{"id":65162453,"uuid":"214859032","full_name":"zekth/gh-deploy-action","owner":"zekth","description":"Deploy anything to Github branches","archived":false,"fork":false,"pushed_at":"2019-10-13T17:07:17.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-15T10:22:39.292Z","etag":null,"topics":[],"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/zekth.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":"2019-10-13T17:00:54.000Z","updated_at":"2020-04-17T10:03:28.000Z","dependencies_parsed_at":"2023-01-05T05:04:01.738Z","dependency_job_id":null,"html_url":"https://github.com/zekth/gh-deploy-action","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"cf74069def88e38e109f5e25f54c0d1aefdc9c63"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fgh-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fgh-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fgh-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fgh-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zekth","download_url":"https://codeload.github.com/zekth/gh-deploy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244807029,"owners_count":20513559,"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-13T22:17:20.981Z","updated_at":"2026-05-10T10:01:36.244Z","avatar_url":"https://github.com/zekth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-deploy-action\n\nCompletely inspired by https://github.com/maxheld83/ghpages\n\n## Usage\n\nEnv variables:\n- **dir** : Directory to deploy. Default is `./`\n- **gh_token** : Personnal access token. [Create one](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)\n- **fqdn** : Creating a CNAME file in the target with the input. Also does domain name regex validation\n- **target_branch** : Target branmch where to deploy. Default : `gh-pages`\n\n```yaml\n- name: GitHub Pages Deploy\n    if: github.ref == 'refs/heads/master'\n    uses: zekth/gh-deploy-action@1.0.0\n    with:\n        dir: dist\n        gh_token: ${{ secrets.GH_TOKEN }}\n        fqdn: foo.bar.com\n        target_branch: staging\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fgh-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzekth%2Fgh-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fgh-deploy-action/lists"}