Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TechDebt - get actions to deploy from manifest, not filesystem #194

Open
purplecabbage opened this issue Sep 25, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@purplecabbage
Copy link
Member

In order to decide what actions to deploy, we iterate over the filesystem folders, this made a bit more sense before when the dist folder was cleared before any builds, and whatever build artifacts were left is what got deployed. Now we have a hash list of what we have deployed, so we don't constantly clean out dist.
This would make more sense if we iterated over what was built ( from the manifest ) instead of what exists on file.

@purplecabbage purplecabbage added the enhancement New feature or request label Sep 25, 2024
@purplecabbage purplecabbage mentioned this issue Sep 25, 2024
10 tasks
@aiojbot
Copy link
Collaborator

aiojbot commented Sep 25, 2024

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-3212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants