Skip to content

Commit

Permalink
new server
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Dec 22, 2023
1 parent 64eb4a1 commit 0ecc021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test:
#
production:
<<: *default
host: 159.203.169.235
host: 45.55.196.107
database: staffplan_redux_production
username: staffplan_redux
password: <%= ENV["POSTGRES_PASSWORD"] %>
6 changes: 3 additions & 3 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image: fermion/staffplan-redux

# Deploy to these servers.
servers:
- 159.203.169.235
- 45.55.196.107

# Credentials for your image host.
registry:
Expand All @@ -18,7 +18,7 @@ registry:
# Remember to run `kamal env push` after making changes!
env:
clear:
DB_HOST: 159.203.169.235
DB_HOST: 45.55.196.107
secret:
- RAILS_MASTER_KEY
- POSTGRES_PASSWORD
Expand All @@ -42,7 +42,7 @@ env:
accessories:
db:
image: postgres:15
host: 159.203.169.235
host: 45.55.196.107
port: 5432
env:
clear:
Expand Down

0 comments on commit 0ecc021

Please sign in to comment.