Skip to content

Commit

Permalink
Move dev/railgun to myshopify.io domain
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed Sep 21, 2017
1 parent 6423ada commit 95332e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/secrets.development.shopify.yml
@@ -1,4 +1,4 @@
host: 'http://shipit-engine.localhost'
host: 'https://shipit-engine.myshopify.io'
redis_url: 'redis://shipit-engine.railgun:6379'

github_api:
Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Expand Up @@ -19,7 +19,7 @@ commands:
test: bin/rails test "$@"

open:
shipit: http://shipit-engine.localhost
shipit: https://shipit-engine.myshopify.io

packages:
- git@github.com:Shopify/dev-shopify.git
Expand Down
2 changes: 1 addition & 1 deletion railgun.yml
Expand Up @@ -15,4 +15,4 @@ services:
- nginx

hostnames:
- shipit-engine.localhost: { proxy_to_host_port: 55330 }
- shipit-engine.myshopify.io: { proxy_to_host_port: 55330 }

0 comments on commit 95332e9

Please sign in to comment.