Skip to content

Commit

Permalink
Merge pull request #130 from sul-dlss/setup-new-environments
Browse files Browse the repository at this point in the history
setup new stage and prod environments to deploy to
  • Loading branch information
peetucket authored Feb 11, 2025
2 parents cea7324 + 51e5b8e commit 03c7a65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/deploy/prod.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

# Roles are passed to docker-compose as profiles.
server 'sul-rialto-airflow-prod.stanford.edu', user: 'rialto', roles: %w[app]

Capistrano::OneTimeKey.generate_one_time_key!
6 changes: 6 additions & 0 deletions config/deploy/stage.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

# Roles are passed to docker-compose as profiles.
server 'sul-rialto-airflow-stage.stanford.edu', user: 'rialto', roles: %w[app]

Capistrano::OneTimeKey.generate_one_time_key!

0 comments on commit 03c7a65

Please sign in to comment.