Skip to content

freego/capistrano-open_in_browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capistrano::OpenInBrowser

Capistrano task to locally open a web page after deploy. Deploy never fails, of course, but you know, just in case.

Installation

Add this line to your application's Gemfile:

gem 'capistrano-open_in_browser', '~> 1.0.0'

And then execute:

$ bundle

Add this line to your Capfile:

require 'capistrano/open_in_browser'

Usage

On deploy.rb:

set :open_in_browser_url, "http://mysite.url"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/freego/capistrano-open_in_browser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Capistrano task to locally open a web page after deploy

Resources

License

Stars

Watchers

Forks

Packages

No packages published