문제

I am using the engineyard gem, trying to disable the maintenace page. When I use either of the two commands:

ey web enable
ey web disable

It says "running command on deploy@..." then I get an error: undefined method 'ssh_type' for nil:Niclass

1) Has anyone encountered this before? 2) Does anyone know how I can take down the maintenance page without using the Engineyard gem?

도움이 되었습니까?

해결책

You should be able to disable the maintenance page by removing the /data/app_name/shared/system/maintenance.html file or renaming it. Additionally, are you able to use ey ssh to successfully login to the instance? What version of the gem are you running?

Thanks, Evan

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top