Skip to content

Commit cbff2bd

Browse files
committed
chore: db password 값 확인
1 parent 258c562 commit cbff2bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
exit 1
5959
fi
6060
61-
export DB_PASSWORD='${{ secrets.DB_PASSWORD }}'
61+
DB_PASSWORD='${{ secrets.DB_PASSWORD }}'
62+
echo "DB_PASSWORD length in action: ${#DB_PASSWORD}"
6263
6364
nohup java -jar "$JAR_PATH" > app.log 2>&1 &

0 commit comments

Comments
 (0)