Skip to content

Commit 4ab2ae9

Browse files
committed
Deployer: switch conf to new hosting.
1 parent 282b6cf commit 4ab2ae9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

deploy.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131

3232
/** Production Application path on hosting server */
33-
set('application_path_production', 'mvp.openemrmarketplace.com');
33+
set('application_path_production', 'auth.openemrmarketplace.com');
3434

3535
/** Production Hosts configuration */
3636
host('production')
37-
->setHostname('mvp.openemrmarketplace.com')
37+
->setHostname('auth.openemrmarketplace.com')
3838
->set('stage', 'production')
3939
->setLabels([
4040
'env' => 'production',
@@ -46,7 +46,7 @@
4646
/** ssh settings */
4747
->setRemoteUser('urkqihid')
4848
->setPort(3508)
49-
->set('identityFile', '~/.ssh/id_rsa_mvp_openemrmarketplace_com')
49+
->set('identityFile', '~/.ssh/id_rsa_account_openemrmarketplace_com')
5050
->set('ssh_multiplexing', false)
5151
/** git & composer settings */
5252
->set('branch', 'main')
@@ -55,21 +55,21 @@
5555
;
5656

5757
/** Staging Application path on hosting server */
58-
set('application_path_stage', 'stage.auth.oe-modules.com');
58+
set('application_path_stage', 'stage.auth.openemrmarketplace.com');
5959

6060
/** Staging Hosts configuration */
6161
host('stage')
62-
->setHostname('stage.auth.oe-modules.com')
62+
->setHostname('stage.auth.openemrmarketplace.com')
6363
->set('stage', 'stage')
6464
->setLabels([
6565
'env' => 'stage',
6666
])
6767
->set('deploy_path', '~/{{application_path_stage}}')
68-
->set('http_user', 'ekvwxsme')
68+
->set('http_user', 'urkqihid')
6969
->set('writable_use_sudo', false)
7070
->set('writable_mode', 'chmod')
7171
/** ssh settings */
72-
->setRemoteUser('ekvwxsme')
72+
->setRemoteUser('urkqihid')
7373
->setPort(3508)
7474
//->set('identityFile', '~/.ssh/id_rsa_oe_modules_php_deployer')
7575
//->set('forwardAgent', true)
@@ -85,7 +85,7 @@
8585
*/
8686

8787
after('deploy:failed', 'deploy:unlock');
88-
after('deploy', 'envvars:dump');
88+
before('deploy:vendors', 'envvars:dump');
8989
// Enable db migration
9090
// Migrate database before symlink new release.
9191
//before('deploy:symlink', 'database:migrate');

0 commit comments

Comments
 (0)