carrot / ship

⛔️ currently unmaintained ⛔️
Other
151 stars 14 forks source link

Deploy target undefined #37

Closed chasevida closed 10 years ago

chasevida commented 10 years ago

Running $ ship <path> gh-pages prompts for a target. After entering this it creates the ship.conf and I can see the target property inside is set. But when I run ship to deploy it throws a TypeError: Cannot read property 'target' of undefined. I'm assuming I've done something incorrect but I'm not sure what exactly.

notslang commented 10 years ago

You're gonna want to use the dev branch - that's actually more stable than master (and yes, I do realize how absurd that sounds... it needs to be fixed).

The command would be ship gh-pages --source-dir '<path>' (assuming you're cd'ed into your project dir)

chasevida commented 10 years ago

Thanks I will try that. Npm is having a spaz trying to install from a branch, so once it's working I'll let you know. Cheers.