Skip to content
railsengines.com

Deploy Pin

Automate routines before/after deployment

No ratings yet
Gem
deploy_pin
Repository
skcc321/deploy_pin
License
MIT
Stars
20
Added
August 10, 2026

About

Automate routines before/after deployment

Deploying applications often involves the need to execute a series of specific commands or tasks either before or after the deployment process. While you might typically turn to migrations for such operations, these tasks aren't always migration-related. Additionally, there are situations where you need to execute code before or after a migration without causing the main thread to block.

Installing it

ruby
# Gemfile
gem "deploy_pin"

Details

20 stars on GitHub · MIT licensed · maintained by skcc321. Source: https://github.com/skcc321/deploy_pin

Discussion (0)

Sign in to join the discussion.

No comments yet.