When moving old site to new repo Base_directory not working

Hi,
we moving our code to monorepo and we have currently 2 site one for production and one for staging.
when I create a new site and connect to my new monorepo and put Base directory every think working
but when I try to move one of my old sites to the new repo its look like it’s not finding the toml file

my site name is summer-staging (my build script is in toml file )

log

3:20:37 PM: Build ready to start
3:20:43 PM: build-image version: 8e315e54bc4032a32e73290be556cde4f8348c12
3:20:43 PM: build-image tag: v2.8.2
3:20:43 PM: buildbot version: 45cd00068410d70db72c9672cdd014995488e12a
3:20:44 PM: Fetching cached dependencies
3:20:44 PM: Starting to download cache of 28.7MB
3:20:44 PM: Finished downloading cache in 449.771607ms
3:20:44 PM: Starting to extract cache
3:20:45 PM: Finished extracting cache in 574.142199ms
3:20:45 PM: Finished fetching cache in 1.030975925s
3:20:45 PM: Starting to prepare the repo for build
3:20:45 PM: Preparing Git Reference refs/heads/master
3:20:46 PM: No build command found, continuing to publishing
3:20:46 PM: Starting to deploy site from ''
3:20:46 PM: Creating deploy tree asynchronously
3:20:46 PM: Creating deploy upload records
3:20:47 PM: Starting post processing
3:20:47 PM: Post processing - HTML
3:20:47 PM: Post processing - header rules
3:20:47 PM: Post processing - redirect rules
3:20:47 PM: Post processing done
3:20:48 PM: Site is live
3:20:48 PM: 0 new files to upload
3:20:48 PM: 0 new functions to upload
3:20:52 PM: Finished processing build request in 8.335880677s

Since we can’t see your source code could you share the toml file and its location in your repo with us, please? It should be INSIDE the base directory :wink:

i found the problem
i need to change the neltify image for my old site

1 Like