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

More explanation about Travis and GCE configuration. #8

@woprrr

Description

@woprrr

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 👍
`

  1. Install and login to the Travis CLI:
    $ gem install travis
    $ travis login
  2. Move your json private key to client_secrets.json
  3. Run:
    $ travis encrypt-file client_secrets.json --add
  4. 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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions