문제

I think I've got things set up properly to deploy changes to nodejitsu through github commits, but changes to the version (in package.json) are not making their way through. Upping the version and then deploying using 'jitsu deploy' works as expected (producing version 0.0.3 for example), but upping the version, committing, and pushing to github results in a deploy with the same version number (0.0.3-1 for example).

Not sure what I'm missing. Thanks for the help.

도움이 되었습니까?

해결책

Per a Nodejitsu support engineer, nodejitsu's github webhook has been having some problems, and they are looking into rewriting it. He suggests using jitsu deploy for now.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top