aws-codedeploy-agent icon indicating copy to clipboard operation
aws-codedeploy-agent copied to clipboard

Host Agent for AWS CodeDeploy

Results 71 aws-codedeploy-agent issues
Sort by recently updated
recently updated
newest added
trafficstars

ubuntu@ip-172-31-16-190:~$ cat /opt/codedeploy-agent/.version agent_version: OFFICIAL_1.3.2-1902_deb CodeDeploy agent is up and running but once we try to execute the pipeline we are getting ERROR "Error code UnknownError Script name Message Error...

When deploying to EC2 from Github, we have deleted a directory `app/models/model_name_dir` from our repo.... But upon deployment, that folder is not removed from the server. Is this expected? Why...

Just installed the agent on an Ubuntu 16.04 machine (version 1.0-1.1231 according to apt), and I noticed there is a `/etc/init.d/codedeploy-agent.service` file, which makes no sense, since there is already...

bug

This is not exactly an issue for the CodeDeploy Agent itself, but rather for the product API. Anyway, I am posting it here since I hope it will make it...

feature-request
needs triage

My applications need some "extra" configuration settings that apply on the deployment group level. So, it would be great if I could have a way to put this data into...

feature-request
needs triage

It looks like the systemd service file is running to early such that the CommandPoller process is unable to start. If I log in and restart the service it then...

waiting for info

CodeDeploy is missing a mechanism for doing cleanup after a deployment error. This could be implemented as another lifecycle event that is triggered only when a deployment fails for some...

feature-request

Closes aws/aws-codedeploy-agent#152. *Summary* This PR makes the installer checks each file if it is a symlink of a directory, and generates `normal_copy` instead of `directory_copy`. *Description of changes:* When the...

Hi, Can you guy consider supporting CentOS / Redhat linux environments?

enhancement
feature-request

Fixes: #166 Description of changes: Added 'debdpkg' install option to force using dpkg to install a deb package. This allows placing a custom config file before installing the package. *Also...