Skip to content

Commit f4b3102

Browse files
committed
fix: log S3_BUCKET_NAME during container startup
1 parent aa6863a commit f4b3102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
docker rm nest-app || true
9191
9292
echo "🚀 Starting new container on port 80"
93+
echo "S3_BUCKET_NAME: $S3_BUCKET_NAME"
9394
docker run -d \
9495
--name nest-app \
9596
-p 80:3000 \

0 commit comments

Comments
 (0)