Skip to content

Commit

Permalink
feat: Add BUILD_FOLDER env variable to distinguish deployments in Lig…
Browse files Browse the repository at this point in the history
…htsail
  • Loading branch information
yoomlam committed Jun 7, 2024
1 parent 42d94f2 commit adbe08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
"environment": {
"ENV": "PROD",
"BUILD_DATE": "$BUILD_DATE",
"BUILD_FOLDER": ${{ inputs.dockerfile_folder }},
"GIT_SHA": "${{ github.sha }}"
},
"ports": {
Expand Down

0 comments on commit adbe08e

Please sign in to comment.