Sha256: 6f80d4b5ed0405418bb45f8672055c4fd6b09f549c7eafb6bf86558ea5dddc4b
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
<% root = File.expand_path(File.join(File.dirname(__FILE__), 'scenarios', 'setup', 'vagrant', 'deployed', 'target')) %> project: "local-default": deploy_to: "<%= root %>/project" repository: "git://localhost/project.git" "local-keyword": domain: "local" deploy_to: "<%= root %>/project" repository: "git://localhost/project.git" "local-user-domain": domain: "user@localhost" deploy_to: "<%= root %>/project" repository: "git://localhost/project.git" "local-domain": domain: "localhost" deploy_to: "<%= root %>/project" repository: "git://localhost/project.git"
Version data entries
5 entries across 5 versions & 3 rubygems