...
- notify all stake holders before the release.
- eas commit id:{eas_id} 0950351e59f9
- config commit id: {config_id} 4e780d43dea4
- execute all steps in the SF ENVs first and test the application.
- if tests pass, then execute steps on SD ENVs.
- In the unlikely event that things go very badly, we switch over to the old application in SD.
...
then run the migration to 1.3.12...
Code Block |
---|
cd C:\apps\eas_automation\automation\src python job.py --action EXECUTE --job migrate_to_1.3.2 --env SF_PROD |
...
Code Block |
---|
cd /var/www/html sudo ./deploy_eas_init.sh {eas_id} {config_id}0950351e59f9 4e780d43dea4 rgaston |
Test the application to make sure everything works.
...