Skip to content

Commit c51dff6

Browse files
committed
[FIX] cicd 오타 수정
1 parent a3c0194 commit c51dff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
host: ${{ secrets.SSH_KNOWN_HOSTS }}
6161
username: ${{ secrets.SSH_USER }}
62-
key: ${{ secrets.SSH_PRIVATE_KEY }}
62+
key: ${{ secrets.SSH_PEM_KEY }}
6363
script: |
6464
echo "Stopping existing container..."
6565
sudo docker stop ai-tutor-app || echo "No running container to stop"

0 commit comments

Comments
 (0)