Skip to content

Commit 0067737

Browse files
committed
feat : ssh username 변수 이름 수정
1 parent b8a0696 commit 0067737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: appleboy/scp-action@v0.1.7
5757
with:
5858
host: ${{ secrets.ORACLE_SSH_HOST }}
59-
username: ${{ secrets.SSH_USERNAME }} # OCI 기본값: ubuntu
59+
username: ${{ secrets.ORACLE_SSH_USERNAME }} # OCI 기본값: ubuntu
6060
key: ${{ secrets.ORACLE_SSH_KEY }}
6161
port: 22
6262
source: ".env,docker-compose.common.yml,nginx/"

0 commit comments

Comments
 (0)