Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

TEST

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

PROD


  • No labels