Skip to content

Commit b721bc9

Browse files
committed
added hr and link to deployed website
1 parent 4e7888d commit b721bc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.sh

+2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ do
6868
"/etc/apache2/sites-enabled/${branchid}".conf
6969
hash=$(git log ${branchname} -1 --format='%H')
7070
{
71+
echo '<hr>'
7172
echo "<h3>${branchid} (${branchname})</h3>"
7273
echo '<p><b>Commit: </b>'
7374
echo " <a href=\"https://github.com/creativecommons/creativecommons.org/commit/${hash}\">${hash}</a>"
7475
echo '</p>'
76+
echo "<p><a href=\"https://${domain}/\">${domain}</a></p>"
7577
} >> "${statusfile}"
7678
git log ${branchname} -1 --format="<p>%s</p>" >> "${statusfile}"
7779
echo

0 commit comments

Comments
 (0)