|
{% if
deploy.review_url %} {% assign ref_url = deploy.review_url %} {% else %} {% capture ref_url %} {{repo.url}}/commits/{{ deploy.commit_ref }} {% endcapture %} {% endif %}
A deploy
request for project {{ site.subdomain }} triggered by @{{ deploy.committer_slug }} with commit {{deploy.commit_ref }} ({{ deploy.title }}) in {{ repo.human_host_name }} repo {{ repo.path }} has been accepted by {{
deploy.reviewed_by }}.
The
new Deploy Preview is now enqueued to build. Visit the
deploy details page to check on its progress.
|
|
|