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.
在我的 Fortrabbit 应用程序上,我使用 Git 挂钩(通过提交消息)来触发 Composer。这将运行一个composer update. 有没有办法composer install默认触发?
composer update
composer install
您可以使用新的部署文件来执行此操作:
fortrabbit.yml
[trigger:composer]
version: 1 composer method: install