Skip to content

Commit 95e13a7

Browse files
committed
docs: EC2-key 유효성 검증
1 parent 6fa4a40 commit 95e13a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
port: ${{ secrets.EC2_PORT }}
5050
envs: GITHUB_SHA
5151
script: |
52+
echo "🔐 SHA-256 hash of EC2_KEY (for debug):"
53+
echo "$EC2_KEY" | sha256sum
54+
5255
echo "🛑 Checking if recipAI is running"
5356
CONTAINER_ID=$(docker ps -aq -f name=recipAI)
5457
if [ "$CONTAINER_ID" ]; then

0 commit comments

Comments
 (0)