Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在每次 deploy:update 生产服务器丢失文件时,不在 git 存储库中的文件,例如用户文件、缓存等。
:deploy_via 设置为 :remote_cache
我确实通过将文件移动到其他目录(系统/共享)并创建一个符号链接来解决这个问题。