Skip to content

Commit 6944d00

Browse files
committed
Add deployment information to build-info.json: Included the GitHub run number in the JSON output for better tracking of deployments.
1 parent bfabd96 commit 6944d00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/astro-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
{
3838
"buildDate": "$BUILD_DATE",
3939
"buildTime": "$BUILD_TIME",
40-
"timestamp": $TIMESTAMP
40+
"timestamp": $TIMESTAMP,
41+
"deployment": $GITHUB_RUN_NUMBER
4142
}
4243
EOF
4344

0 commit comments

Comments
 (0)