Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Load our dotenv config first thing for capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcode committed Oct 17, 2019
1 parent 501c579 commit b619cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

require 'dotenv'
Dotenv.load!

# Load DSL and set up stages
require 'capistrano/setup'

Expand Down

0 comments on commit b619cdf

Please sign in to comment.