J Scott Smith

Tags

Tagged with:

Articles - January 17th, 2015

Automatic Deployments with Git Hooks

This article will cover how to set up automatic deployments using Git's post-receive hook. Once configured you will be able to push changes to a live server and run tasks needed to deploy your site/app automatically.

Read Article

Notes - January 14th, 2015

Running Bundle Exec Within a Git Hook

Use the -l parameter in a bash shell to inherit your path from your shell profile to correctly run Ruby Gems like Bundler.

Read Note

All Tags