Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Migrating app from Dockerfile to buildpack deploys fails #658

Description

@gedimin45

Hello,

So this is a simplified version of instructions I executed:

deis create
git push deis master # this version included a Dockerfile
rm Dockerfile; git add .; git commit
git push deis master
deis scale web=1
deis scale cmd=0

deis open now resulted with 503 Service Unavailable. When I look at the generated router config file, I see this:

server {
		#...

		location / {
			

			return 503;
		}
		
	}

So it seems there is something preventing from generating the config for proxying requests to the web process.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions