Last change
on this file since 501 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
|
Rev | Line | |
---|
[497] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | DEPLOYURL=git@heroku.com:quod-erat.git |
---|
| 4 | DEPLOYDIR=quod-erat.git |
---|
| 5 | if [ -d "$DEPLOYDIR" ]; then |
---|
| 6 | CLOUDANT_URL=`cd $DEPLOYDIR; heroku config:get CLOUDANT_URL` |
---|
| 7 | fi |
---|
| 8 | export DEPLOYURL DEPLOYDIR CLOUDANT_URL |
---|
Note: See
TracBrowser
for help on using the repository browser.