We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a0696 commit 0067737Copy full SHA for 0067737
1 file changed
.github/workflows/ci-cd.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: appleboy/scp-action@v0.1.7
57
with:
58
host: ${{ secrets.ORACLE_SSH_HOST }}
59
- username: ${{ secrets.SSH_USERNAME }} # OCI 기본값: ubuntu
+ username: ${{ secrets.ORACLE_SSH_USERNAME }} # OCI 기본값: ubuntu
60
key: ${{ secrets.ORACLE_SSH_KEY }}
61
port: 22
62
source: ".env,docker-compose.common.yml,nginx/"
0 commit comments