Skip to content

Deployment Notes Hotfix

zakiya edited this page Jun 18, 2020 · 1 revision
git checkout master
git checkout -b hotfix/1.8.1--core-security-update
git add [changes]
git commit - m [my message]
git tag 1.8.1
git push 
# Verify diff and create pull request
# https://github.com/chapter-three/jcc-srl/compare/master...hotfix/1.8.1--core-security-update?expand=1
terminus backup:create jcc-srl.live--element=db
# Merge
# Wait for circle ci to finish on dev
# https://app.circleci.com/pipelines/github/chapter-three/jcc-srl
drush @jcc-srl.dev updb
drush @jcc-srl.dev cim 
# Manual config changes.

## TEST
# Visit test in Pantheon UI https://dashboard.pantheon.io/sites/abf80fcd-ec2c-458e-af3b-ef411f512a20#test/deploys Tag Release 1.8.0
drush @jcc-srl.test cim 
drush @jcc-srl.test uli 
# Manual config changes.

# LIVE
# Visit live in Pantheon UI https://dashboard.pantheon.io/sites/abf80fcd-ec2c-458e-af3b-ef411f512a20#live/deploys Tag Release 1.8.0
drush @jcc-srl.live cim 
drush @jcc-srl.live uli 
# Manual config changes.`# Wait for ci to finish on dev
Clone this wiki locally