Deployment not reaching internet

Hi All,

I’ve had a website live for a few years (Gitlab + Netlify) and since the Ubuntu build image change from depreciation, the site is still live, and I can update the website successfully on Gitlab and Netlify, however the changes never make it to the internet.

https://gallantree-main-website.netlify.app/ is the link.

On this deployment, the site is working and updating as expected… however it wont reach the internet.

Thanks, Brett

@bretthales Do you have a Locked Deploy?

Not to my knowledge. See screenshot.

@bretthales You’re correct, that shows it as off.

The Published tag also indicates the result of the Yesterday at 6:08 PM build is currently live.

If you click on that build, the bottom of the build log should give an indication of how many changed files were deployed.

Thanks Nathan, see below. It seems it works, however if you then go to the website www.gallantree.com.au - the changes aren’t live for some reason.

6:09:02 PM: build-image version: 7fd17ad8d79d1952d384fb389d8e787becff0260 (focal)

6:09:02 PM: buildbot version: 7fd17ad8d79d1952d384fb389d8e787becff0260

6:09:02 PM: Fetching cached dependencies

6:09:02 PM: Starting to download cache of 229.9MB

6:09:04 PM: Finished downloading cache in 1.847s

6:09:04 PM: Starting to extract cache

6:09:04 PM: Finished extracting cache in 309ms

6:09:04 PM: Finished fetching cache in 2.219s

6:09:04 PM: Starting to prepare the repo for build

6:09:05 PM: Preparing Git Reference refs/heads/master

6:09:06 PM: Parsing package.json dependencies

6:09:07 PM: No build steps found, continuing to publishing

6:09:07 PM: Starting to deploy site from ‘/’

6:09:07 PM: Calculating files to upload

6:09:07 PM: 0 new files to upload

6:09:07 PM: 0 new functions to upload

6:09:07 PM: Section completed: deploying

6:09:07 PM: Starting post processing

6:09:07 PM: Section completed: building

6:09:07 PM: Post processing - HTML

6:09:08 PM: Post processing - header rules

6:09:08 PM: Post processing - redirect rules

6:09:08 PM: Post processing done

6:09:08 PM: Section completed: postprocessing

6:09:08 PM: Uploading Cache of size 229.9MB

6:09:09 PM: Site is live :sparkles:

6:09:10 PM: Section completed: cleanup

6:09:10 PM: Finished processing build request in 8.083s

I should suggest that I made changes a few weeks ago to the site, however they are not being shown on the web. The site link of netlify works as expected.

@bretthales This indicates to me that you aren’t performing a build, but deploying the static files directly from the repository?

6:09:07 PM: No build steps found, continuing to publishing
6:09:07 PM: Starting to deploy site from ‘/’

According to these lines, no changed files were detected…

6:09:07 PM: Calculating files to upload
6:09:07 PM: 0 new files to upload
6:09:07 PM: 0 new functions to upload

Which indicates that as far as the build is aware, the files are the same as those already deployed.

Hi @bretthales , glad you found us :wave:t6: before we can help you, we need a little more information on the issues you are facing.

Have you looked through this resource? It is a compilation of all of our build and deploy resources. This is a good starting point.