{"id":25081174,"url":"https://github.com/neonarray/gulp-codedeploy","last_synced_at":"2025-04-01T07:59:18.854Z","repository":{"id":152360411,"uuid":"54572298","full_name":"NeonArray/gulp-codedeploy","owner":"NeonArray","description":"Gulp plugin to semi-automate the AWS Code Deploy process","archived":false,"fork":false,"pushed_at":"2016-05-27T21:03:21.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T04:14:52.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NeonArray.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}},"created_at":"2016-03-23T15:44:25.000Z","updated_at":"2016-05-23T18:49:47.000Z","dependencies_parsed_at":"2023-05-28T00:15:37.890Z","dependency_job_id":null,"html_url":"https://github.com/NeonArray/gulp-codedeploy","commit_stats":null,"previous_names":["neonarray/gulp-codedeploy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fgulp-codedeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fgulp-codedeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fgulp-codedeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fgulp-codedeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeonArray","download_url":"https://codeload.github.com/NeonArray/gulp-codedeploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604614,"owners_count":20804100,"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":"2025-02-07T04:37:10.143Z","updated_at":"2025-04-01T07:59:18.823Z","avatar_url":"https://github.com/NeonArray.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#gulp-codedeploy\nThis plugin is designed to be used with Amazon Code Deploy. It works simply by executing command line statements for you.\n\nYou will need to have the AWS CLI installed, along with your credentials stored globally, in order\nfor this plugin to work.\n\nTo use, create a gulp task that calls the `deploy` function, passing your source folder and an options object containing your deployment configuration.\n\n    gulp.task('deploy', function () {\n        appName: \"AppName\",\n        bucket: \"myBucket\",\n        source: 'dist',\n        subdir: \"app-subdirectory\",\n        fileName: \"file.zip\",\n        deploymentGroup: \"development\",\n        defaultDescription: \"A description of the push\",\n        deployConfig: \"CodeDeployDefault.OneAtATime\"\n    });\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonarray%2Fgulp-codedeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneonarray%2Fgulp-codedeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonarray%2Fgulp-codedeploy/lists"}