From c4215755b8fa37742042c0a61bbd4884f98280c8 Mon Sep 17 00:00:00 2001 From: Batur-s Date: Thu, 27 Nov 2025 16:28:47 +0900 Subject: [PATCH] fix: form --- .github/workflows/deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30ee8c7..39bc450 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,8 +15,10 @@ jobs: - name: Build and deploy uses: appleboy/ssh-action@v0.1.6 with: - host: $({ secrets.REMOTE_IP }) + host: ${{ secrets.REMOTE_IP }} username: ec2-user - key: $({ secrets.DEV_TEST }) + key: ${{ secrets.DEV_TEST }} port: 22 - script: | \ No newline at end of file + script: | + whoami + ls -al \ No newline at end of file