민감한 정보는 제거한 채 yml 파일을 여기에 공유하는 것도 좋은 방법입니다. 마지막 두 섹션만으로도 충분할 것입니다. 미리 형식 지정된 텍스트 가젯을 사용하여 다음과 같은 형태로 표시하세요:
## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
## Any custom commands to run after building
run:
- exec: echo "Beginning of custom commands"
## If you want to set the 'From' email address for your first registration, uncomment and change:
## After getting the first signup email, re-comment the line. It only needs to run once.
#- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
- exec: echo "End of custom commands"