Category:DESHWAL: Difference between revisions
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
==Deshwal code revert activity and daily working process from developer side.== | ==Deshwal code revert activity and daily working process from developer side.== | ||
========================================= | ================================================================================== | ||
ONE TIME CHANGES : | ONE TIME CHANGES : | ||
changes done on Git and Github : | changes done on Git and Github : | ||
| Line 47: | Line 47: | ||
git checkout -b staging | git checkout -b staging | ||
git reset --soft <commit-id-latest-version> | git reset --soft <commit-id-latest-version> | ||
========================================= | ================================================================================== | ||
REGULAR CHANGES : | REGULAR CHANGES : | ||
Work need to do to Deepika: | Work need to do to Deepika: | ||
========================================= | ================================================================================== | ||
When code is mature on development environment and tested in development, Then need to merge code to staging branch. | When code is mature on development environment and tested in development, Then need to merge code to staging branch. | ||
git checkout staging | git checkout staging | ||
| Line 57: | Line 57: | ||
NOTE : effect of this will be code will get deployed in staging server. | NOTE : effect of this will be code will get deployed in staging server. | ||
NOTE : NO NEED TO DO ANY WORK TO SERVICE TEAM. | NOTE : NO NEED TO DO ANY WORK TO SERVICE TEAM. | ||
======================================== | ================================================================================= | ||
When code is mature on staging environment and tested in staging, Then need to merge code to production branch. | When code is mature on staging environment and tested in staging, Then need to merge code to production branch. | ||
git checkout production | git checkout production | ||
Revision as of 08:10, 9 October 2025
Training on Deshwal Project Part 1. Dated 01 JULY 2025 - Tetra Support Staff - TUSHAR
<HTML5video type="youtube" width="640" height="480" autoplay="false">Sjk7CqbGVWk</HTML5video>
Training on Deshwal Project Part 2. Dated 02 JULY 2025 - Tetra Support Staff - TUSHAR
<HTML5video type="youtube" width="640" height="480" autoplay="false">adYZO20f4rc</HTML5video>
Deshwal live activity from dev to staging-sify
http://172.16.20.21:8080 username - Tushar password - Kalyan123tush@r login click DeshwalNew click Build Now
Deshwal live activity from staging-sify to prod-sify
app1
http://172.16.20.16:8080
username - Tushar
password - Kalyan123tush@r
login
click DeshwalNew
click Build Now
app2
http://172.16.20.17:8080
username - Tushar
password - Kalyan123tush@r
login
click DeshwalNew
click Build Now
Training on Deshwal Live Activity Via Jenkins. Date 11 July 2025- Tetra Support Staff - TUSHAR
<HTML5video type="youtube" width="640" height="480" autoplay="false">G-XN2eiZdgQ</HTML5video>
Deshwal code revert activity and daily working process from developer side.
======================================================================
ONE TIME CHANGES : changes done on Git and Github : git reset --soft <commit-id-previous-version> git checkout -b production git checkout -b staging git reset --soft <commit-id-latest-version>
======================================================================
REGULAR CHANGES :
Work need to do to Deepika:
======================================================================
When code is mature on development environment and tested in development, Then need to merge code to staging branch. git checkout staging git merge master NOTE : effect of this will be code will get deployed in staging server. NOTE : NO NEED TO DO ANY WORK TO SERVICE TEAM.
=====================================================================
When code is mature on staging environment and tested in staging, Then need to merge code to production branch. git checkout production git merge staging
NOTE : effect of this will be code will be get deployed in production server NOTE : NO NEED TO DO ANY WORK TO SERVICE TEAM.
Media in category "DESHWAL"
The following 2 files are in this category, out of 2 total.
-
Deshwal ERP Project Document.pdf ; 787 KB
-
OxyPC CICD Documentation.pdf ; 280 KB