궁금해서 묻는데, 공식 플러그인 중 어떤 것을 포크해야 하나요?
어쨌든 app.yml에서 특정 플러그인 디렉토리를 삭제한 후, 정말 필요하다면 자신의 것을 클론하는 명령을 실행할 수 있습니다. 예:
<in after_code: somewhere >
- exec:
cd: $home/plugins
cmd:
- rm -r poll
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/myaccount/myplugin-replacement.git
이렇게 할 수도 있지만, 확인해 보세요:
<in after_code: somewhere >
- exec:
cd: $home/plugins
cmd:
- rm -r poll
- git clone https://github.com/myaccount/myplugin-replacement.git
공백에 대해 그렇게 세심하지는 않았으니, 들여쓰기가 완벽하게 맞는지 확인하세요.