KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

Update Netlify deployment configuration in CircleCI build #255

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

See failure: https://circleci.com/gh/KarrLab/datanator_frontend/1212

#!/bin/bash -eo pipefail
export PATH=$PATH:node_modules/.bin

# deploy
netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN --prod --dir=build
Deploy path: /home/circleci/project/build

◈ Deployments are "locked" for production context of this site

? Would you like to "unlock" deployments for production context to proceed? (y/N
) ? Would you like to "unlock" deployments for production context to proceed? (y/N
) ? Would you like to "unlock" deployments for production context to proceed? (y/N
) 
Too long with no output (exceeded 10m0s): context deadline exceeded
lzy7071 commented 4 years ago

This should be fixed now https://circleci.com/gh/KarrLab/datanator_frontend/1213. Note:

jonrkarr commented 4 years ago

Looks good.