We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6217d3 commit 0108fd8Copy full SHA for 0108fd8
1 file changed
.github/workflows/deploy.yml
@@ -50,14 +50,6 @@ jobs:
50
run: |
51
docker push ${{ secrets.DOCKERFILE_USERNAME }}/${{ secrets.DOCKERFILE_REPO_NAME }}:latest
52
53
- # (8.5) SSH 디버깅 - -vvv로 접속 로그 확인
54
- - name: 🔍 SSH Deep Debug with -vvv
55
- run: |
56
- mkdir -p ~/.ssh
57
- echo "${{ secrets.SERVER_SSH_KEY }}" > ~/.ssh/id_rsa
58
- chmod 600 ~/.ssh/id_rsa
59
- ssh -vvv -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }} echo "✅ SSH 연결 성공"
60
-
61
# (9) NCP 인스턴스에 boombim 디렉토리 생성
62
- name: Create directory on NCP Instance
63
uses: appleboy/ssh-action@master
0 commit comments