GithubHelp home page GithubHelp logo

Comments (3)

grasmash avatar grasmash commented on June 26, 2024 2

@justinlevi For the Bolt repo itself, we're actually committing an encrypted private key to the repository, which only the Travis worker is able to decrypt. We can then add the corresponding public key to our deployment endpoint.

It's a bit of a PIA, but it works. This line does the bulk of the work:
https://github.com/acquia/blt/blob/8.x/.travis.yml#L27

The actual encryption and the openssl portion of that command is done by the travis binary. See instructions for encrypting files with Travis CI.

We should add a note to the docs indicating that the prescribed workflow only applies to private repos.

from blt.

CashWilliams avatar CashWilliams commented on June 26, 2024

This isn't really possible with a free version of Travis. You need to be able to securely provide access to the ssh key, and only the paid version allows for this.

from blt.

justinlevi avatar justinlevi commented on June 26, 2024

@CashWilliams Ahh, that would explain the issue then. Unfortunate that the free version of Travis can't do this. I guess I could just write a cron task, on another server, to check the build status and do a merge back.

Any other workflows for using free version of Travis that would make sense?

from blt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.