From d347fb18a83a5820ac2225a8cfa52e244af7a58c Mon Sep 17 00:00:00 2001 From: jiwon <128473259+zziwonCHOI@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:46:50 +0900 Subject: [PATCH] Update deploy.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 오타 수정 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a58f51..0a695b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: host: ${{ secrets.EC2_HOST }} username: ${{ secrets.EC2_USER }} key: ${{ secrets.EC2_SSH_KEY }} - source: "Lawbot/dist/*" + source: "LawBot/dist/*" target: "/home/ubuntu/lawbot/build" - name: Restart Nginx