Giter VIP home page Giter VIP logo

deploy-tools's Introduction

deploy-tools

Development

Install dependencies.

bundle install

Run rubocop (including on the .gemspec file).

bundle exec rubocop

Build the gem. (Example for v0.2.0)

$ gem build deploy-tools.gemspec
WARNING:  licenses is empty, but is recommended. Use an license identifier from
https://spdx.org/licenses or 'Nonstandard' for a nonstandard license,
or set it to nil if you don't want to specify a license.
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: deploy-tools
  Version: 0.2.0
  File: deploy-tools-0.2.0.gem

Create a release on the Github repo. Attach the built gem file as a release asset.

Usage

To see installation and usage of the deploy-tools gem, see examples in Makefiles in deployable repos.

Example: simplepractice/simplepractice Makefile L6L16-L20 (ff81396)

DEPLOY_TOOLS_VERSION = 0.1.4
# ...
echo "Downloading deploy-tools gem"
wget -O deploy-tools.gem https://github.com/simplepractice/deploy-tools/releases/download/$(DEPLOY_TOOLS_VERSION)/deploy-tools-$(DEPLOY_TOOLS_VERSION).gem
echo "Installing gem"
gem install deploy-tools.gem
rm deploy-tools.gem

deploy-tools's People

Contributors

tokra13 avatar deveon avatar ksilp avatar johnmadden-sp avatar gwpantazes avatar

Stargazers

 avatar

Watchers

Alex Vidchinkin avatar Bret Kittle avatar Dmitry Puchkov avatar Scott Fanetti avatar  avatar Adam Braman avatar Joey Cruz avatar Ralph Zimmermann avatar Alexander Ponomarenko avatar Sait Mesutcan Ilhaner avatar  avatar James Cloos avatar Nico avatar Dmitry Krasnoukhov avatar Juan Robles avatar  avatar Andrei Sidorov avatar Ricardo Fleury avatar Fred Rodolfo avatar Allen Rettberg avatar Ryan Dooley avatar Noah avatar Mateus Nava avatar Jeremy Ginsberg avatar Brandon Johnson avatar Matias Bustamante avatar Nik Polevara avatar Yuriy avatar  avatar John Fadgen avatar  avatar Sviatoslav Dardalan avatar  avatar Nícolas Michels avatar Justin Drew avatar dmitriy volodchenkov avatar Paul Doulatshahi avatar Jordan Chan avatar Artur Skorodumov avatar Alex Anschuetz avatar Alex avatar Ryan Mark avatar Dmytro Shpak avatar Rafael Lustosa Mancini avatar  avatar

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.