Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 567 Bytes

deploys

Simple Ruby/Sinatra app to allow folks to remotely deploy QPixel.

Install

You don't need to. It's already installed on our web servers :)

Development

git clone [email protected]:codidact/deploys
cd deploys
bundle install

Create a config.json file containing an api_token key that provides a CircleCI API token for use in checking build statuses.

Doesn't auto-reload so you will need to restart the app when you make changes. Add PEM-encoded public keys to keys/ to give the app something to work with.

License

MIT