File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
3636host ('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 ' )
You can’t perform that action at this time.
0 commit comments