Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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. how do you verify if there are any scripts to run?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
    2. git add
    3. git commit
    4. git push
  5. In Jenkins
    1. execute 'tenure-deploy-test' job