Closed
Description
Preconditions (*)
2.4.2
Production Mode
Steps to reproduce (*)
I try to compile my code from my build system.
I don't know how we can reproduce it, today it worked the whole day but suddenly it fails.
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy en_US de_DE
git add pub/static/
git add pub/media/
git add generated/
git commit -m "Update Static Files"
git push
cd ~/staging // Same branch checked out
php bin/magento maintenance:enable
git pull
php bin/magento cache:clean
php bin/magento maintenance:disable
Expected result (*)
If I load the frontend then the changes I made in dev should be visible in staging after deployment.
Actual result (*)
Changes are not there.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.