Skip to content

Commit 4cc21ba

Browse files
committed
Update database config and deploy location
1 parent 9ddb080 commit 4cc21ba

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

deploy.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,49 @@
77
{
88
"type": "move",
99
"src": "site/css/.htaccess",
10-
"dst": "/var/www/html/epicast/css/.htaccess",
10+
"dst": "/var/www/html/crowdcast/css/.htaccess",
1111
"add-header-comment": true
1212
},
1313
"// .htaccess file",
1414
{
1515
"type": "move",
1616
"src": "site/.htaccess",
17-
"dst": "/var/www/html/epicast/.htaccess",
17+
"dst": "/var/www/html/crowdcast/.htaccess",
1818
"add-header-comment": false
1919
},
2020
"// service worker",
2121
{
2222
"type": "move",
2323
"src": "site/sw.js",
24-
"dst": "/var/www/html/epicast/sw.js",
24+
"dst": "/var/www/html/crowdcast/sw.js",
2525
"add-header-comment": true
2626
},
2727
"// web sources",
2828
{
2929
"type": "move",
3030
"src": "site/",
31-
"dst": "/var/www/html/epicast/",
31+
"dst": "/var/www/html/crowdcast/",
3232
"match": "^.*\\.php$",
3333
"add-header-comment": true
3434
},
3535
{
3636
"type": "move",
3737
"src": "site/common/",
38-
"dst": "/var/www/html/epicast/common/",
38+
"dst": "/var/www/html/crowdcast/common/",
3939
"match": "^.*\\.php$",
4040
"add-header-comment": true
4141
},
4242
{
4343
"type": "move",
4444
"src": "site/css/",
45-
"dst": "/var/www/html/epicast/css/",
45+
"dst": "/var/www/html/crowdcast/css/",
4646
"match": "^.*\\.(css|php)$",
4747
"add-header-comment": true
4848
},
4949
{
5050
"type": "move",
5151
"src": "site/js/",
52-
"dst": "/var/www/html/epicast/js/",
52+
"dst": "/var/www/html/crodwcast/js/",
5353
"match": "^.*\\.js$",
5454
"add-header-comment": true
5555
},
@@ -58,7 +58,7 @@
5858
{
5959
"type": "move",
6060
"src": "site/images/flags/",
61-
"dst": "/var/www/html/epicast/images/flags/",
61+
"dst": "/var/www/html/crowdcast/images/flags/",
6262
"match": "^.*\\.png$"
6363
}
6464

site/common/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
require_once('/var/www/html/secrets.php');
33

4-
$dbHost = 'localhost';
4+
$dbHost = 'delphi.midas.cs.cmu.edu';
55
$dbPort = 3306;
66
$dbUser = Secrets::$db['epi'][0];
77
$dbPass = Secrets::$db['epi'][1];

0 commit comments

Comments
 (0)