unexpected icon indicating copy to clipboard operation
unexpected copied to clipboard

Add basic netlify deploy configuration

Open Munter opened this issue 7 years ago • 3 comments

Munter avatar Jan 02 '19 14:01 Munter

The deploy fails everywhere else with:

11:25:18 PM: Build ready to start
11:25:19 PM: build-image version: 84aca9ba39e0ee86ba194760fbfc51a808f62543
11:25:19 PM: buildbot version: 57d44fd1631cc3fff8b38fbaf88d3d04f946418a
11:25:20 PM: Fetching cached dependencies
11:25:20 PM: Starting to download cache of 37.7MB
11:25:20 PM: Finished downloading cache in 503.850821ms
11:25:20 PM: Starting to extract cache
11:25:21 PM: Finished extracting cache in 712.89292ms
11:25:21 PM: Finished fetching cache in 1.274512366s
11:25:21 PM: Starting to prepare the repo for build
11:25:21 PM: Preparing Git Reference pull/581/head
11:25:22 PM: No build command found, continuing to publishing
11:25:22 PM: Starting to deploy site from '/'
11:25:22 PM: Failing build: Failed to deploy site
11:25:22 PM: failed during stage 'deploying site': Failed to execute deploy: readdirent: no such file or directory
11:25:22 PM: Finished processing build request in 3.114743552s

Eg. https://github.com/unexpectedjs/unexpected/pull/581

Maybe we should disable the integration until we agree about a path forward?

papandreou avatar Jan 20 '19 22:01 papandreou

I guess it just runs for all pull requests right now, but only this one has netlify.toml. I don't have access to the netlify setup, but you can limit it to only build for specific branches, at least temporarily

Munter avatar Jan 22 '19 15:01 Munter

Ah, good idea. I've changed the settings so only the v11-netlify-deploy-config branch is built now.

papandreou avatar Jan 22 '19 18:01 papandreou