Skip to content

Commit bb07cf4

Browse files
authored
fix: 서버 이전으로 비밀번호 수정 (#244)
1 parent c4407bc commit bb07cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/be-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
host: ${{ secrets.BE_SERVER_IP }}
6565
username: ${{ secrets.BE_SERVER_USER }}
66-
key: ${{ secrets.BE_SERVER_KEY }}
66+
password: ${{ secrets.BE_SERVER_PASSWORD }}
6767
script: |
6868
cd ../Shared/Team2-Getit/uniro_backend
6969
chmod +x ./deploy.sh

0 commit comments

Comments
 (0)