...
Deploy new code to automation server.Pull from branches/1.2.1
One way to do this is to edit
c:\apps\Get the latest deploy script here: https://bitbucket.org/sfgovdt/eas/raw/default/automation/eas_automation_setup.bat.
We should one day paramterize this bat file (or move to python). py
Then run like so:
Code Block |
---|
>> cd del c:\apps\ > del eas_automation\automation > del c:\apps\eas_automation\database > python c:\apps\eas_automation_deploy.py c:\apps\eas_automation |
...
automation |
Deploy Geoserver Configurations (SF)
...
We've removed the invalid addresses layer from from added curved road labels and road labels on imagery to geoserver which means we need to deploy those configurations. Adjust SVN paths to branches/1.2.0.
Code Block |
---|
cd /usr/share/apache-tomcat-7.0.32/webapps/ sudo curl -O https://bitbucket.org/sfgovdt/eas/raw/default/geoserver/deploy_geoserver_init.sh sudo chmod 700 ./deploy_geoserver_init.sh sudo ./deploy_geoserver_init.sh |
...
Release Notifications
- remove 1.23.1 0 from road map
- publish blog post
send email to stake holders using automation
Code Block python job.py --action EXECUTE --job announce_new_release --env SF_PROD
...