Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Deploying New Changes

Colin Rice edited this page Jul 25, 2013 · 3 revisions

Let's say you're deploying some new Observatory changes to the production server. Excellent!

Here's what you do (assuming your changes are committed on master)

On a machine that is not the production web server:

  • Make sure your changes are in master
  • You may need to merge dev into master
  • Tag your changes with a version number
  • git tag -a vX where X is a number that is the next one to be used
  • Push the changes to the server
  • make deploy
  • Note this requires you to have your key installed on the server and know the super secret deploy password.
  • Bug Colin Rice to make these things happen

and your changes should appear on rcos.rpi.edu.

Clone this wiki locally