Skip to content

Commit e0f48d1

Browse files
author
Ryan Sandor Richards
committed
Changed DB and Repo name for shiva (now astral)
1 parent 91b80af commit e0f48d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/beta-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ datadog_tags=env:beta
5555
domain=runnable-beta.com
5656
new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
5757
node_env=production-beta
58-
pg_database=shiva
58+
pg_database=astral
5959
pg_host=beta-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
6060
pg_pass=QBjSpAXVYwmGHu4Y
6161
pg_user=shiva

ansible/group_vars/alpha-shiva.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "shiva"
22
container_image: "registry.runnable.com/runnable/shiva"
33
container_tag: "{{ git_branch }}"
4-
repo: "git@github.com:CodeNow/{{ name }}.git"
4+
repo: "git@github.com:CodeNow/astral.git"
55
node_version: "0.10.38"
66
npm_version: "2.1.18"
77

ansible/prod-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ datadog_tags=env:alpha
5555
domain=runnable.io
5656
new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
5757
node_env=production
58-
pg_database=shiva
58+
pg_database=astral
5959
pg_host=alpha-production-db.czw5moz6rmpp.us-west-1.rds.amazonaws.com:30573
6060
pg_pass=wCJGCfCWE9CKmQwa2XUKj6d8WYcEZAb9
6161
pg_user=shiva

0 commit comments

Comments
 (0)