File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
echo shell_exec ("cd /var/www/server-b/ && git stash " ).'<br> ' ;
6
6
echo shell_exec ("cd /var/www/server-b/ && git reset " ).'<br> ' ;
7
7
echo '<br><b>Info:</b> ' ;
8
- slack_triggers ("Server B Application Started | Branch Master \n" .date ("Y-m-d " ).". " .date ("h:i:sa " )."\nStarted " );
8
+ slack_triggers ("Server B Application Update | Branch Master \n" .date ("Y-m-d " ).". " .date ("h:i:sa " )."\nStarted " );
9
9
echo shell_exec ("cd /var/www/server-b/ && git pull origin master " );
10
10
echo '<br> ' ;
11
11
echo shell_exec ("bash /var/www/server-b/bash/scripts/update-formation.sh " ).'<br> ' ;
12
12
echo shell_exec ("chmod -R 777 /var/www/server-b " );
13
13
echo shell_exec ("chmod -R 777 /var/www/server-b-data " ).'<br> ' ;
14
14
echo shell_exec ("bash /var/www/server-b/system/scripts/service.sh setKey update_date " .date ("Y-m-d " ).'. ' .date ("h:i:sa " ));
15
15
echo '<br>complete<br> ' ;
16
- slack_triggers ("Server B Application Completed | Branch Master \n" .date ("Y-m-d " ).". " .date ("h:i:sa " )."\nPass " );
16
+ slack_triggers ("Server B Application Update | Branch Master \n" .date ("Y-m-d " ).". " .date ("h:i:sa " )."\nPass " );
17
17
echo '<b>---------------------------------------------------------------------------------------------<br> ' ;
18
18
echo '..............................Server B Update Completed..............................................<br> ' ;
19
19
echo '---------------------------------------------------------------------------------------------</b><br> ' ;
You can’t perform that action at this time.
0 commit comments