From f94447581f4cc405841027764eff9df66c8f11a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=99=8D=EC=84=9D?= <78216059+bayy1216@users.noreply.github.com> Date: Fri, 31 May 2024 18:14:32 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]:=20ci-cd=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b92c336..ada9b1e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: host: ${{ secrets.HOST }} key: ${{ secrets.KEY }} port: 22 - source: "/home/runner/docker-compose.dev.yml" + source: "/./docker-compose.dev.yml" target: "/home/ec2-user" - name: Deploy to server