This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Description
Hi tulik,
I continue to use this part of helm/ and .travis files in my own project for API rest with DDD layers. But I really not understand how I do configure travis file and what variables we need to add ?
@see https://travis-ci.org/woprrr/SF4-Rest-API/jobs/396913196 an example of openssl error.
to generate my own client_secrets.json I have dowloaded from GCE project and encoded with travis encrypt-file client_secrets.json --add command. The .travis file was updated with correct values (I think :D) but IV error ...
Can you add some docs or explain me how that works ?
I purpose to add anything like 👍
`
- Install and login to the Travis CLI:
$ gem install travis
$ travis login
- Move your json private key to client_secrets.json
- Run:
$ travis encrypt-file client_secrets.json --add
- Commit changes:
$ git add client_secrets.json.enc
$ git commit client_secrets.json.enc .travis.yml
`
But this seems not suffisent ... Thank a lot for your work !