CI: Add link to deploy commit (#279)

This commit is contained in:
tooomm
2021-07-27 18:46:06 +02:00
committed by GitHub
parent b18bc002d9
commit 4791c9e2d2

View File

@@ -73,3 +73,5 @@ jobs:
git add -A .
git commit -m "Deploy: $GITHUB_SHA"
git push
deploy_commit=`git rev-parse HEAD`
echo "See deployment: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$deploy_commit"