itsjeffro / deploy

Laravel package for zero-downtime deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Auth Middleware to "/deploy"

paulycloud opened this issue · comments

Hi @itsjeffro

How can we add the "Auth" middleware or any middleware to the route for /Deploy?

Thanks,

Heya @paulycloud

That can updated in config/deploy.php under middleware :)

Ill make sure i add that to the readme

Oh Sweet!!! Just made the update and it worked. Thanks!!