fulldecent / lightning-sites

:cloud: Lightning deployment for your ~/Sites folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't automatically do git pull

fulldecent opened this issue · comments

Because that's a security risk.

Instead, do git fetch and then make notifications about when new content is available.

Perhaps make a git:check_latest step that prints out whether it is clean or unclean. IF used in a deploy process like deploy -> [build, check_latest, push] then it will bailout if the check latest fails.