Skip to content

CI Deployment #1

Description

@adrolli

When using devlink, symlinked packages cannot be deployed.

With the moox:deploy command symlinks as well as the composer.json repositories array are removed. But then the deployment relies on composer packages. As not all packages are available (or up-to-date) on Packagist, there are three possible solutions:

  1. Copy the package folder into /packages and leave the repositories array as is.
  2. Care for all packages are available and up-to-date on Packagist, so you need to make releases.
  3. Use Composers VCS feature to get dev-main from the single repos. Means you need to split.

The first solution is the easiest and most stable approach.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

  • Status
    In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions