Skip to content

Commit

Permalink
Merge pull request #1131 from sul-dlss/set-env-to-prod-for-stage-deploy
Browse files Browse the repository at this point in the history
Stick to our standard of production env in deployments
  • Loading branch information
jcoyne authored Aug 15, 2024
2 parents cdffe3f + f2da093 commit 9d2ca6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/stage.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server 'sul-purl-stage.stanford.edu', user: 'purl', roles: %w(web db app)

Capistrano::OneTimeKey.generate_one_time_key!
set :rails_env, 'development'
set :rails_env, 'production'
set :bundle_without, %w{deployment test}.join(' ')

0 comments on commit 9d2ca6f

Please sign in to comment.