For some reason, I just can’t get any of the hooks...
# seed
r
For some reason, I just can’t get any of the hooks to run. Here’s my current configuration:

https://www.evernote.com/l/AWI2yHks_CNPUqxauc6RydSiOO2DRH5xbZMB/image.png

Getting a confusing message saying
Copy code
You are not currently logged in. Follow instructions in <http://slss.io/run-in-cicd> to setup env vars for authentication.
even after running
serverless login
, but also it’s not running any of the hooks: • INFO: before_compile hook not found. You can define it in your build spec. • before_build hook not found. You can define it in your build spec.
b
seed.yml must be at the root of your repo. It won't find it in the subdirectory.
r
🤦‍♂️
thanks - I guess that’s why there was docs on `cd`ing into the separate service folders