...
- notify all stake holders before the release.
- eas commit id: f37cbbdb3e77
- config commit id: 6938c56c133f 948af1224ff1
- 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.
...
Code Block |
---|
cd /var/www/html sudo curl -O https://bitbucket.org/sfgovdt/eas/raw/default/web/bin/deploy_eas_init.sh sudo chmod 700 ./deploy_eas_init.sh sudo ./deploy_eas_init.sh 1.3.1 1.3.1f37cbbdb3e77 948af1224ff1 rgaston |
Test the application to make sure everything works.
...