Skip to end of metadata
Go to start of metadata
TEST
- Checkout the deploy-test branch from github
- if you already have it checked out, do a 'git pull' to get the latestÂ
- Checkout the uh-its-tenure-project from github
- if you already have it checked out, do a 'git pull' to get the latest
- In uh-its-tenure-project
- run database scripts, if any
- the latest script folder will have a _notes.txt file that lists what files have been executed on test and prod
- In deploy-test folder
- merge with master
- 'git merge --ff-only master'
- --ff-only makes sure that only new updates to master can be directly added to the tip of deploy-test
- 'git push'
- In Jenkins
- execute 'tenure-deploy-test' job
PROD