From 7b0e12f8d1189376b2987a27a9e143018313c007 Mon Sep 17 00:00:00 2001 From: ftery0 Date: Mon, 11 Nov 2024 12:23:08 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= 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 cfa91da..6661354 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: "branch": "${{ github.ref }}", "source_directory": "./build", "project_name": "dodam", - "destination_directory": "/", + "destination_directory": "/cms", "config_secret": "${{ secrets.CONFIG_JSON }}", "title": "${{ env.CLEAN_TITLE }}", "package_manager_config_command": "npm config set registry=https://npm.pkg.github.com/Team-B1ND && npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }} && npm config set //registry.npmjs.org/:_authToken=${{ secrets.GIT_ACCESS_TOKEN }}",