|
30 | 30 |
|
31 | 31 |
|
32 | 32 | /** Production Application path on hosting server */ |
33 | | -set('application_path_production', 'mvp.openemrmarketplace.com'); |
| 33 | +set('application_path_production', 'auth.openemrmarketplace.com'); |
34 | 34 |
|
35 | 35 | /** Production Hosts configuration */ |
36 | 36 | host('production') |
37 | | - ->setHostname('mvp.openemrmarketplace.com') |
| 37 | + ->setHostname('auth.openemrmarketplace.com') |
38 | 38 | ->set('stage', 'production') |
39 | 39 | ->setLabels([ |
40 | 40 | 'env' => 'production', |
|
46 | 46 | /** ssh settings */ |
47 | 47 | ->setRemoteUser('urkqihid') |
48 | 48 | ->setPort(3508) |
49 | | - ->set('identityFile', '~/.ssh/id_rsa_mvp_openemrmarketplace_com') |
| 49 | + ->set('identityFile', '~/.ssh/id_rsa_account_openemrmarketplace_com') |
50 | 50 | ->set('ssh_multiplexing', false) |
51 | 51 | /** git & composer settings */ |
52 | 52 | ->set('branch', 'main') |
|
55 | 55 | ; |
56 | 56 |
|
57 | 57 | /** 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'); |
59 | 59 |
|
60 | 60 | /** Staging Hosts configuration */ |
61 | 61 | host('stage') |
62 | | - ->setHostname('stage.auth.oe-modules.com') |
| 62 | + ->setHostname('stage.auth.openemrmarketplace.com') |
63 | 63 | ->set('stage', 'stage') |
64 | 64 | ->setLabels([ |
65 | 65 | 'env' => 'stage', |
66 | 66 | ]) |
67 | 67 | ->set('deploy_path', '~/{{application_path_stage}}') |
68 | | - ->set('http_user', 'ekvwxsme') |
| 68 | + ->set('http_user', 'urkqihid') |
69 | 69 | ->set('writable_use_sudo', false) |
70 | 70 | ->set('writable_mode', 'chmod') |
71 | 71 | /** ssh settings */ |
72 | | - ->setRemoteUser('ekvwxsme') |
| 72 | + ->setRemoteUser('urkqihid') |
73 | 73 | ->setPort(3508) |
74 | 74 | //->set('identityFile', '~/.ssh/id_rsa_oe_modules_php_deployer') |
75 | 75 | //->set('forwardAgent', true) |
|
85 | 85 | */ |
86 | 86 |
|
87 | 87 | after('deploy:failed', 'deploy:unlock'); |
88 | | -after('deploy', 'envvars:dump'); |
| 88 | +before('deploy:vendors', 'envvars:dump'); |
89 | 89 | // Enable db migration |
90 | 90 | // Migrate database before symlink new release. |
91 | 91 | //before('deploy:symlink', 'database:migrate'); |
|
0 commit comments