You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or node_modules folder but regularly our deployment is failing due to a lack of cache space
Small wins 🏆
Recommendation from p.sh:
Hello,
Please consider implementing application logic within your build hook to manage/reuse/purge the build cache:
https://docs.platform.sh/development/variables/use-variables.html#use-provided-variables
PLATFORM_CACHE_DIR Yes No
The directory where files are cached from one build to the next.
The directory is shared among all branches, so the same cache is used for all environments.
Examples:
https://docs.platform.sh/languages/nodejs/node-version.html#use-nvm
https://docs.platform.sh/languages/python/python-version.html
https://docs.platform.sh/create-apps/multi-app/project-structure.html#unified-app-configuration
Hope this helps.
Tips 💡
If you've done some research or have a reference links/files – put them here.
The text was updated successfully, but these errors were encountered:
Description 📄
We probably wrongly configured mounts
SyliusTpayPlugin/.platform.app.yaml
Lines 61 to 69 in ea783a2
or node_modules folder but regularly our deployment is failing due to a lack of cache space
Small wins 🏆
Recommendation from p.sh:
Tips 💡
If you've done some research or have a reference links/files – put them here.
The text was updated successfully, but these errors were encountered: