diff --git a/Capfile b/Capfile index ec714b2..53970a1 100644 --- a/Capfile +++ b/Capfile @@ -1,7 +1,6 @@ require 'recap/recipes/static' -set :application, "tomafro.net" - -set :repository, "git@github.com:tomafro/tomafro.net.git" +set :application, 'tomafro.net' +set :repository, 'git@github.com:tomafro/tomafro.net.git' server '176.58.114.53', :web \ No newline at end of file