From a474b67320292a847a47b77156c88caf3bfa22cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=99=EC=B0=AC?= <129833370+dongchandev@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:38:50 +0900 Subject: [PATCH] fix: deploy.yml --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b012643..9eb84c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: "repo_name": "${{ github.repository }}", "branch": "${{ github.ref }}", "source_directory": "./build", + "project_name": "dodam", "destination_directory": "/myinfo", "config_secret": "${{ secrets.CONFIG_JSON }}" }