Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Change configuration back to production server
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuuleh committed Jul 5, 2016
1 parent 9469483 commit 4ff48d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ebextensions/05_nginx_proxy.config
Expand Up @@ -11,8 +11,8 @@ files:

server {
listen 80;
server_name test.sumofus.org;
return 301 https://action-staging.sumofus.org$request_uri;
server_name community.sumofus.org;
return 301 https://actions.sumofus.org$request_uri;
}

server {
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -32,7 +32,7 @@ deployment:
- docker push soutech/champaign_web
- ./deploy.sh $CIRCLE_SHA1 'champaign' 'env-production' 'champaign-assets-production' 'logs3.papertrailapp.com:44107' 'actions.sumofus.org'
staging:
branch: nginx-subdomains
branch: development
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push soutech/champaign_web
Expand Down

0 comments on commit 4ff48d9

Please sign in to comment.