diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-12-23 10:12:02 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-12-23 10:12:02 -0800 |
commit | 0d4ae469251e8ee4b9719aae2766528f587d654f (patch) | |
tree | 6ca0fdaeea8f926233bbf5a36623e5d396ba16aa | |
parent | 8a352c47c36ff71877fb341f8525c93b1108607c (diff) |
remove old domains
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ RT_ENABLED = 1 RT_DOMAIN = example.com RT_TIMEZONE = US/Pacific #RT_TIMEZONE = US/Eastern -FREESIDE_URL = "http://localhost/freeside/" +FREESIDE_URL = "http://192.168.1.6/freeside/" #for now, same db as specified in DATASOURCE... eventually, otherwise? RT_DB_DATABASE = freeside @@ -460,7 +460,7 @@ release: #cd /home/ivan git archive --prefix=freeside-${VERSION}/ ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz - scp freeside-${VERSION}.tar.gz ivan@420.am:/var/www/www.sisd.com/freeside/ + scp freeside-${VERSION}.tar.gz ivan@freeside.biz:/var/www/www.freeside.biz/freeside/ mv freeside-${VERSION}.tar.gz .. #these things failing should not make release target fail, so: "|| true" |