Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Update CircleCI hostnames to new domain convention
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-obuchowicz committed Sep 14, 2016
1 parent b3871e8 commit b69c36d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ machine:
Europe/Berlin

hosts:
zed.de.spryker.dev: 127.0.0.1
www.de.spryker.dev: 127.0.0.1
zed.de.project.local: 127.0.0.1
www.de.project.local: 127.0.0.1

database:
override:
Expand Down
2 changes: 1 addition & 1 deletion config/Shared/ci/circle/yves.vhost
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LoadModule php5_module /home/ubuntu/.phpenv/versions/5.6.5/libexec/apache2/libphp5.so

DocumentRoot /home/ubuntu/project/public/Yves
ServerName www.de.spryker.dev
ServerName www.de.project.local

<FilesMatch \.php$>
SetHandler application/x-httpd-php
Expand Down
2 changes: 1 addition & 1 deletion config/Shared/ci/circle/zed.vhost
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
LoadModule php5_module /home/ubuntu/.phpenv/versions/5.6.5/libexec/apache2/libphp5.so

DocumentRoot /home/ubuntu/project/public/Zed
ServerName zed.de.spryker.dev
ServerName zed.de.project.local

<FilesMatch \.php$>
SetHandler application/x-httpd-php
Expand Down

0 comments on commit b69c36d

Please sign in to comment.