Open emars opened 3 years ago
I was encountering an issue where a deploy would proceed silently if a directory was provided as a PROCFILE arg. This is because cp does not exit with an error code in this scenario. This change appends Procfile to the path if it is a directory.
PROCFILE
cp
Procfile
I was encountering an issue where a deploy would proceed silently if a directory was provided as a
PROCFILE
arg. This is becausecp
does not exit with an error code in this scenario. This change appendsProcfile
to the path if it is a directory.