Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Make this repo public again #51

Closed
paulathevalley opened this issue Jul 19, 2016 · 3 comments
Closed

Make this repo public again #51

paulathevalley opened this issue Jul 19, 2016 · 3 comments
Assignees

Comments

@paulathevalley
Copy link
Contributor

In the process of setting up automatic deployment, this repo was made private. However, it should (and can) be made public again!

This may require reconfiguring travis’s encrypted environment key that access the formidable.com server.

Instructions for Travis

To hookup travis, first, convert the SSH key to .pem format:

openssl rsa -in id_rsa -out deploy_static.pem

Then, encrypt the key with the travis gem, which will generate encrypted environment variables on travis. It will modify the .travis.yml file to add the decryption step, and any comments/formatting will be lost. (Note: encrypted environment variables are not available for pull requests from forks.)

gem install travis
travis encrypt-file ~/.ssh/deploy_static.pem --add

Make sure the .travis.yml configuration file does not preserve any of the filepath, e.g. ~/.ssh/ from the example above.

@chrisbolin
Copy link
Contributor

@paulathevalley what's the status of this? I'd be awesome if we could make this public. We have two issues that are implicity depending on that:

@chrisbolin chrisbolin self-assigned this Aug 19, 2016
@chrisbolin
Copy link
Contributor

@paulathevalley I'm happy to take this, but I'll probably bug you for help

@chrisbolin
Copy link
Contributor

Done :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants