{"id":17962360,"url":"https://github.com/rakannimer/gulp-deploy","last_synced_at":"2025-04-03T19:19:49.346Z","repository":{"id":31968073,"uuid":"35538155","full_name":"rakannimer/gulp-deploy","owner":"rakannimer","description":"Deploy code to remote environments with Gulp","archived":false,"fork":false,"pushed_at":"2015-05-13T10:05:32.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T07:23:59.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/rakannimer.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}},"created_at":"2015-05-13T08:47:22.000Z","updated_at":"2015-05-13T10:09:29.000Z","dependencies_parsed_at":"2022-08-24T08:30:29.177Z","dependency_job_id":null,"html_url":"https://github.com/rakannimer/gulp-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakannimer%2Fgulp-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakannimer%2Fgulp-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakannimer%2Fgulp-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakannimer%2Fgulp-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakannimer","download_url":"https://codeload.github.com/rakannimer/gulp-deploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247061882,"owners_count":20877176,"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-29T11:19:07.153Z","updated_at":"2025-04-03T19:19:49.322Z","avatar_url":"https://github.com/rakannimer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-deploy\nDeploy client and server-side code with Gulp\n\nGulp file to build an environment and deploy code on remote environments.\n\n## Usage\n\n```\n\tnpm install\n```\n\nChange the following variables in gulpfile.js\n\n```javascript\n\tremoteHost = 'ip_address',\n    username = 'user',\n    project_path = '/var/www/my_project',\n    keyPath = '/Users/Apple/.ssh/id_rsa',\n```\n\nEdit ``` deploy/build_env.sh ``` for customizing environment\n\n#### Build environment and deploy code on empty Ubuntu 14.04 \n\n```\n\tgulp build-remote --branch my_branch\n```\n\nIf no branch argument is provided the master branch will be used\n\n#### Deploy new commit to server\n\n```\n\tgulp deploy --branch my_branch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakannimer%2Fgulp-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakannimer%2Fgulp-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakannimer%2Fgulp-deploy/lists"}