Can't deploy a static site

I can’t deploy by site anymore. It’s literally a single index.html file.
Netlify used to work for html pages, but seems it doesn’t anymore. Are there any hacks? Do I need to add some fake build process?

    8:56:35 PM: Build ready to start
8:56:39 PM: build-image version: 30f629161c0736b1a3ecd8b418e5eeffab5c0faf
8:56:39 PM: build-image tag: v3.3.14
8:56:39 PM: buildbot version: 578c7628507b646d2c2478c57933187c689f36ec
8:56:39 PM: Fetching cached dependencies
8:56:39 PM: Starting to download cache of 254.9KB
8:56:39 PM: Finished downloading cache in 77.922126ms
8:56:39 PM: Starting to extract cache
8:56:39 PM: Failed to fetch cache, continuing with build
8:56:39 PM: Starting to prepare the repo for build
8:56:40 PM: No cached dependencies found. Cloning fresh repo
8:56:40 PM: git clone https://github.com/white-rabbit-japan/japanrabbit
8:56:41 PM: Preparing Git Reference refs/heads/master
8:56:42 PM: No build command found, continuing to publishing
8:56:42 PM: Starting to deploy site from '/'
8:56:42 PM: Creating deploy tree 
8:56:43 PM: Creating deploy upload records
8:56:43 PM: 1 new files to upload
8:56:43 PM: 0 new functions to upload
8:56:43 PM: Finished processing build request in 4.000788155s
```
it never copies the files to live
2 Likes

I have a similar problem.

  1. My build was not triggered when I pushed to the Gitlab repository.

  2. When I trigger the deployment myself, I get this behavior: it’s stuck at…

    9:20:39 AM: Creating deploy tree
    9:20:39 AM: Creating deploy upload records
    9:20:39 AM: 2 new files to upload
    9:20:39 AM: 0 new functions to upload
    9:21:26 AM: Finished processing build request in 4m20.657483257s

1 Like

I have up on that site, and create an eleventy site (assuming a build process is required to deploy to Netlify) but not this site also fails to deploy

...
9:38:08 PM: Started saving go dependencies
9:38:08 PM: Finished saving go dependencies
9:38:10 PM: Build script success
9:38:10 PM: Starting to deploy site from 'dist'
9:38:10 PM: Creating deploy tree 
9:38:11 PM: Creating deploy upload records
9:38:11 PM: 5 new files to upload
9:38:11 PM: 2 new functions to upload
9:38:28 PM: Finished processing build request in 53.374071864s

```

OK it worked eventually. It just took a lot longer than usual! ¯_(ツ)_/¯

yours work too eventually?

Hi, just wanted to chime in. This is likely related to the latest incident (netlifystatus.com).

1 Like

Yes. It took 27 minutes to start post-processing, but it eventually happened. It seems that it was prey for the pipeline backlog incident.