Jefiozie / ngx-aws-deploy

☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️
https://www.npmjs.com/package/@jefiozie/ngx-aws-deploy
MIT License
100 stars 35 forks source link

feat(#104): add options to delete files before/after upload #429

Closed rlmestre closed 1 year ago

rlmestre commented 1 year ago

Fixes #104. Added the following options to delete files as part of an upload:

I'm not sure if it's worth it to maintain two options, but since both were brought up in the issue, I'm opening this as a draft for discussion.

EDIT: Fixes applied, tested in several scenarios. Should be safe to try now.

nx-cloud[bot] commented 1 year ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 3300d8f1823e6c7bb3241bacbb22b75a09f26da0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 4 targets - [`ng deploy`](https://cloud.nx.app/runs/dQgPGXuELR) - [`ng deploy`](https://cloud.nx.app/runs/5t1WY2V7nA) - [`nx run-many --target=build --all --parallel=true --prod`](https://cloud.nx.app/runs/gtnAdeyjQf) - [`nx run-many --target=build --all --parallel=true --prod`](https://cloud.nx.app/runs/WRqOBnodm7)

Sent with 💌 from NxCloud.

Jefiozie commented 1 year ago

I'm going to merge this in and see if I can get a test around it. Without it think it is a bit tricky to release it. Thanks for your work @rlmestre