source: Dev/trunk/env.sh @ 503

Last change on this file since 503 was 497, checked in by hendrikvanantwerpen, 11 years ago
  • Better names for db backup and sync scripts.
  • Added SurveyRun? deletion in UI and prevent on server when a run has replies.
  • Property svn:executable set to *
File size: 211 bytes
Line 
1#!/bin/sh
2
3DEPLOYURL=git@heroku.com:quod-erat.git
4DEPLOYDIR=quod-erat.git
5if [ -d "$DEPLOYDIR" ]; then
6    CLOUDANT_URL=`cd $DEPLOYDIR; heroku config:get CLOUDANT_URL`
7fi
8export DEPLOYURL DEPLOYDIR CLOUDANT_URL
Note: See TracBrowser for help on using the repository browser.