From ed0777cb817bd22291001c4cac9c0651f4ce6978 Mon Sep 17 00:00:00 2001 From: gaeul3303 Date: Tue, 10 Dec 2024 20:17:20 +0900 Subject: [PATCH] =?UTF-8?q?feat:docker=20=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3e5a642..e462b9b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -108,7 +108,7 @@ jobs: if: contains(github.ref, 'dev') with: host: ${{ secrets.HOST_DEV }} # EC2 퍼블릭 IPv4 DNS - username: ${{ secrets.USERNAME }} # ubuntu + username: ${{ secrets.USERNAME }} # #ubuntu password: ${{ secrets.PASSWORD }} port: 22 key: ${{ secrets.PRIVATE_KEY }}