Redwood script folder on deploy

I created some scripts and deployed my app to fly.io and when I ssh into the fly server I only see the api and web folders.

Do I need to do something special to get my script folder deployed?

You need to make sure the Fly Dockerfile copies the script directory — my guess is that it’s not included.