From a0b15cd6f5deacf5a263d63da4068e26ce04ec65 Mon Sep 17 00:00:00 2001 From: lfarrell Date: Mon, 10 Jun 2024 10:25:40 -0400 Subject: [PATCH] Update symlink --- config/deploy/prod.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/prod.rb b/config/deploy/prod.rb index 12a8a0d..7d3fc3e 100644 --- a/config/deploy/prod.rb +++ b/config/deploy/prod.rb @@ -1,5 +1,5 @@ set :stage, :prod set :branch, 'main' -set :htdocs_path, '/htdocs/redesign/wp-content/plugins' +set :htdocs_path, '/htdocs/library/wp-content/plugins' server 'library.unc.edu', user: 'swallow', roles: [:app], group: 'webadmin' \ No newline at end of file