Skip to content

Allow * wildcard in source instruction of files section in appspec.yml #98

@StanSvec

Description

@StanSvec

I have the definition in appspec.yml:

files:
  - source: target/app-*.jar
    destination: /home/ec2-user/app/bin

However this causes the following error instead of copying all jar files matching the wildcard criteria:

No such file or directory - /opt/codedeploy-agent/deployment-root/7f904e56-1745-4962-8a0b-6fc6faf54c5a/d-LUO0XZ3VJ/deployment-archive/target/app-*.jar

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Researching

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions