Skip to content

Commit 282b6cf

Browse files
committed
Deployer: update conf.
1 parent 9f2d4a2 commit 282b6cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

deploy.php

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

3131

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

3535
/** Production Hosts configuration */
3636
host('production')
37-
->setHostname('auth.oe-modules.com')
37+
->setHostname('mvp.openemrmarketplace.com')
3838
->set('stage', 'production')
3939
->setLabels([
4040
'env' => 'production',
4141
])
4242
->set('deploy_path', '~/{{application_path_production}}')
43-
->set('http_user', 'ekvwxsme')
43+
->set('http_user', 'urkqihid')
4444
->set('writable_use_sudo', false)
4545
->set('writable_mode', 'chmod')
4646
/** ssh settings */
47-
->setRemoteUser('ekvwxsme')
47+
->setRemoteUser('urkqihid')
4848
->setPort(3508)
49-
->set('identityFile', '~/.ssh/id_rsa_oe_modules_php_deployer')
49+
->set('identityFile', '~/.ssh/id_rsa_mvp_openemrmarketplace_com')
5050
->set('ssh_multiplexing', false)
5151
/** git & composer settings */
5252
->set('branch', 'main')

0 commit comments

Comments
 (0)