We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e22471 commit b9184b7Copy full SHA for b9184b7
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
host: ${{ secrets.EC2_HOST }}
52
username: ubuntu
53
- key: ${{ secrets.EC2_SSH_PORT }}
+ key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
54
script: |
55
cd /home/ubuntu/app # 프로젝트 디렉토리로 이동
56
0 commit comments