mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-07-02 00:12:03 -05:00
CI: Add link to deploy commit (#279)
This commit is contained in:
parent
b18bc002d9
commit
4791c9e2d2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user