Sha256: a5de9b5e02ad39b6b4b0c4da86aa8ad4487d8aa67a172ce13f144f0c5abd1609
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
%div(id="deploy" class="container") %form(action="#{sandbox_context.path}/deploy" method="post") %input(type="hidden" name="deploy_token" value="#{render_deploy_token}") %div %label(for = "repo") Repository url %input(type="text" name="repo" id="repo" size="38") %div %label(for = "branch") Branch %input(type="text" name="branch" id="branch" size="38") %div %label(for = "path") Application path %input(type="text" name="path" id="path" size="38") %div %button(type="submit" data-disable-with="Please wait...") Deploy #git-hook %p Use <span>http://#{render_host_name}/sandbox/deploy?deploy_token=#{render_deploy_token}</span> as a Post-Receive URL on Github.
Version data entries
3 entries across 3 versions & 1 rubygems