summaryrefslogtreecommitdiff
path: root/deploy.php
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.php')
-rw-r--r--deploy.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.php b/deploy.php
index 270e2ca..56e95ca 100644
--- a/deploy.php
+++ b/deploy.php
@@ -3,9 +3,9 @@ namespace Deployer;
require 'recipe/common.php';
-set('application', 'bookmarks.davidtsadler.com');
+set('application', 'todo.davidtsadler.com');
-set('repository', 'git@git.davidtsadler.com:bookmarks.davidtsadler.com.git');
+set('repository', 'git@git.davidtsadler.com:todo.davidtsadler.com.git');
set('shared_files', [
'config.php',