can one deploy to cloud AEM via packages, instead of building which takes too long?
It takes 1 hour+ for the Adobe build process to build and deploy to a cloud env. This means a simple fix takes many hours, as first we have to build and test on dev, then build and test on UAT, then build on stage, then live.
Thats 4+ hours just building duplicate code.
And that is if Adobe Build system is working. We get builds failing due to environment hosting issues on a weekly basis, and adobe take weeks or months to respond and fix them, taking out our deployment process and production changes with it.
Can we instead build on say dev, and deploy to UAT using a code package? Adobe say this doesnt work, but it would be much faster, and also much more reliable.