{"id":13612574,"url":"https://github.com/vwochnik/jekyll-deploy","last_synced_at":"2026-03-07T04:01:55.705Z","repository":{"id":56878529,"uuid":"46814624","full_name":"vwochnik/jekyll-deploy","owner":"vwochnik","description":"Jekyll 3.0-compatible deploy plugin","archived":false,"fork":false,"pushed_at":"2019-12-01T13:09:57.000Z","size":7,"stargazers_count":35,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-25T13:58:33.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/vwochnik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-24T19:47:16.000Z","updated_at":"2024-06-20T05:54:31.000Z","dependencies_parsed_at":"2022-08-20T23:10:20.310Z","dependency_job_id":null,"html_url":"https://github.com/vwochnik/jekyll-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vwochnik/jekyll-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vwochnik","download_url":"https://codeload.github.com/vwochnik/jekyll-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30092965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T20:42:30.420Z","status":"ssl_error","status_checked_at":"2026-03-04T20:42:30.057Z","response_time":59,"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-08-01T20:00:31.808Z","updated_at":"2026-03-07T04:01:55.677Z","avatar_url":"https://github.com/vwochnik.png","language":"Ruby","funding_links":[],"categories":["Upload \u0026 Deploy"],"sub_categories":[],"readme":"# Jekyll Deploy [![Gem Version](https://badge.fury.io/rb/jekyll-deploy.png)](http://badge.fury.io/rb/jekyll-deploy)\n\n\u003e Jekyll 3.0-compatible deploy plugin\n\nJekyll Deploy is a Jekyll plugin which adds a `deploy` sub-command to the `jekyll` executable which allows deploy commands to be executed quickly.\n\n## Installation\n\nThis plugin is available as a [RubyGem][ruby-gem].\n\nAdd this line to your application's `Gemfile`:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll-deploy'\nend\n```\n\nAnd then execute the `bundle` command to install the gem.\n\nAfter the plugin has been installed successfully, the `deploy` sub-command is available for use.\n\n# Configuration\n\nThe `deploy` command executes all commands specified in the `deploy` array inside the site's configuration file as the following example demonstrates:\n\n```yaml\ndeploy:\n- rsync -aze ssh --delete ./ example.com:www/                \n```\n\nAll commands are executed individually within the site's destination directory which is, by default, `_site` but can be changed with the `destination` configuration option.\n\nThe `deploy` sub-command supports the built-in `--config`, `--destination` and `--verbose` command line options.\n\nSimply execute `jekyll deploy` after the site has been built with `jekyll build` or `jekyll serve`.\n\n# Contribute\n\nFork this repository, make your changes and then issue a pull request. If you find bugs or have new ideas that you do not want to implement yourself, file a bug report.\n\n# Copyright\n\nCopyright (c) 2015 Vincent Wochnik.\n\nLicense: MIT\n\n[ruby-gem]: https://rubygems.org/gems/jekyll-deploy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwochnik%2Fjekyll-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvwochnik%2Fjekyll-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwochnik%2Fjekyll-deploy/lists"}