deployer icon indicating copy to clipboard operation
deployer copied to clipboard

DD#0000: feat: Update cache prefix to use stage if availble for multi…

Open valguss opened this issue 1 year ago • 3 comments
trafficstars

… server deploys

  • [x] Bug fix #3790?

  • [ ] New feature?

  • [ ] BC breaks?

  • [ ] Tests added?

  • [x] Docs added?

    Please, regenerate docs by running next command:
    $ php bin/docgen
    

valguss avatar Apr 26 '24 13:04 valguss

Hi @antonmedv not sure what's going on here but the docgen think I need to make an update to docs/magento2.md but i've already done that locally. Is there any special config I need to apply?

Cheers

valguss avatar Apr 26 '24 13:04 valguss

@peterjaap

antonmedv avatar Apr 27 '24 18:04 antonmedv

Not sure if relevant for this PR, but there are restrictions to the prefix.

Invalid id or tag 'staging.mydomain.com_129_GLOBAL__DICONFIG' : must use only [a-zA-Z0-9_]

So probably good to add a regex to check the output?

barryvdh avatar Aug 07 '24 11:08 barryvdh