Hey there, this forum is intended for discussion on Google App Engine. For help with your specific technical question I recommend you post your question on Stack Overflow <https://stackoverflow.com/> using one of the tags <https://cloud.google.com/support/docs/stackexchange> monitored by our community technical support team, though in this case it sounds like travis is the source of your issues so you'll want to include its tag as well.
You'll want to include as much information about your situation as possible, including the console/log output of travis that includes the error. On Saturday, July 22, 2017 at 12:01:59 PM UTC-4, Rainbow The Pony wrote: > > Howdy everyone > > I have a little bit of problem while trying to using the TravsiCI to > deploy my code. > When every time Travis get to the deploy session, everything looks just > fine, but until the `gcloud` command `npm start` it always throw and error > said can't not find module `./db`. > > My code uses the TravisCI CLI to encrypt two file, one is `src/db.js` and > other on is `gcsAuth/gcsAuthToken.json`, but I already decrypt and extract > thought two files `before_install` > > And I also 100% sure thought two file are there, because I already run `ls > -la` to making sure they are there. > > .travis.yml > > language: node_js > node_js: > - node > deploy: > provider: gae > keyfile: gcsAuth/gcsAuthToken.json > project: hoovessound-173007 > on: master > before_install: > - <decrypt code> > > - tar xvf encrypt_pack.tar > > > Thanks > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/43367e59-8b58-4b28-b167-724f45f1e97c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
