문서의 이전 판입니다!
process이름-1.log, process이름-1.error.log : Standard output and error streams from processes started with a Procfile are captured in log files named after the process and stored in /var/log. For example, the web process in the preceding example generates logs named web-1.log and web-1.error.log for stdout and stderr, respectively.test: 테스트 shell script 사용. 결과가 true(즉, 0)일때 command 실행commands:
01_create_dir:
test: test ! -d "${DIR}"
command: mkdir "${DIR}"