Skip to content

Deploy failing all of a sudden.. #1

@sponnet

Description

@sponnet

When using the module to deploy a website -

  bb.deploy({
    access_token: process.env.BB_ACCESSTOKEN,
    site_id: process.env.BB_SITEID,
    dir: "dist"
  }, function(err, deploy) {
    if (err) {
      throw (err)
    }
    console.log('Deploying to ',deploy.url);
  });

the module throws this error:

..../bitballoon/lib/site.js:90
          data.required.forEach(function(sha) { shas[sha] = true; });
              ^

TypeError: Cannot read property 'required' of null

Until a few weeks ago this worked flawlessly... Could you try and confirm if it stills works on your side ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions