https://github.com/alexwayfer/flame_deploy_toys
Toys template for deploying Flame application.
https://github.com/alexwayfer/flame_deploy_toys
Last synced: 4 months ago
JSON representation
Toys template for deploying Flame application.
- Host: GitHub
- URL: https://github.com/alexwayfer/flame_deploy_toys
- Owner: AlexWayfer
- License: mit
- Created: 2020-06-12T20:17:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-09T21:10:19.000Z (8 months ago)
- Last Synced: 2025-11-09T22:21:28.112Z (8 months ago)
- Language: Ruby
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flame Deploy Toys
[](https://rubygems.org/gems/flame_deploy_toys)
[](https://cirrus-ci.com/github/AlexWayfer/flame_deploy_toys)
[](https://codecov.io/gh/AlexWayfer/flame_deploy_toys)
[](https://codeclimate.com/github/AlexWayfer/flame_deploy_toys)
[](https://inch-ci.org/github/AlexWayfer/flame_deploy_toys)
[](LICENSE.txt)
Toys template for deploying [Flame](https://github.com/AlexWayfer/flame)
application.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'flame_deploy_toys'
```
And then execute:
```shell
bundle install
```
Or install it yourself as:
```shell
gem install flame_deploy_toys
```
## Usage
```ruby
## .toys/.toys.rb
require 'flame_deploy_toys'
expand FlameDeployToys::Template, config_dir: "#{__dir__}/../config"
```
Then it will look for `deploy.yaml` file in config directory with such structure:
```yaml
- :ssh: 'server alias from ~/.ssh/config (or user@host)'
:path: '/path/to/root/of/project'
```
## Development
After checking out the repo, run `bundle install` to install dependencies.
Then, run `toys rspec` to run the tests.
To install this gem onto your local machine, run `toys gem install`.
To release a new version, run `toys gem release %version%`.
See how it works [here](https://github.com/AlexWayfer/gem_toys#release).
## Contributing
Bug reports and pull requests are welcome on [GitHub](https://github.com/AlexWayfer/flame_deploy_toys).
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).