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 }}",