Interactive-Phylogeny-Team / InteractivePhylogeny

0 stars 0 forks source link

Deploying GitHub Pages Branch Authentication Error #8

Closed jbeatty88 closed 3 years ago

jbeatty88 commented 3 years ago

image

I am certain I had the correct credentials; this might require the organization creator to deploy.

@erikhuck when you have a chance, can you:

  1. Pull the main branch
  2. "npm install" to resolve dependencies
  3. Verify it works with "npm start"
  4. run "npm run deploy" and login with your credentials when it asks
  5. If that works, I can configure the rest of the GitHub hosted page
erikhuck commented 3 years ago

@jbeatty88 I get error messages but after closer inspection it looks like the working directory for those commands you listed is meant to be in interactive-phylogeny-app. Is that right?

erikhuck commented 3 years ago

@jbeatty88 Even after switching to that directory, I still get a bunch of errors after doing npm install. npm start doesn't appear to have any problems. But I get this when I do npm run deploy

image
jbeatty88 commented 3 years ago

@erikhuck My bad. I just merged the most recent package.json that has the deploy scripts.

erikhuck commented 3 years ago

@jbeatty88 Here's the command and the output from my terminal. It looks like it worked

image
erikhuck commented 3 years ago

In resolving this issue we've discovered that it's required that the organization creator executes the deployment. I created the organization so whenever someone needs to deploy, contact me and I'll do my very best to respond ASAP.