wri / wri_sites

WRI profile
2 stars 2 forks source link

Deploying GHG Protocol D10 Upgrade #260

Closed katieescoto closed 4 months ago

katieescoto commented 5 months ago

Deploying

Setup

Develop Deploy:

Test Deploy: Pushing up changes to test

terminus remote:drush ghgprotocol-d9.test -- cr terminus remote:drush ghgprotocol-d9.test -- updb -y terminus remote:drush ghgprotocol-d9.test -- config-import -y

Live deploy: Pushing up changes to live/prod

terminus remote:drush ghgprotocol-d9.live -- cr terminus remote:drush ghgprotocol-d9.live -- updb -y terminus remote:drush ghgprotocol-d9.live -- config-import

git checkout main git pull git tag -a '[pantheon_live_ABC]' -m "[Deployment message -- usually in the form of the date.]" git push --tags

Post-deploy tasks

monicapatel21 commented 4 months ago

@katieescoto can correct me if i'm wrong but all of these got finished and deployed two weeks ago -- May 2