From 7ac510b8f478347570cb8eef208ebaf3caff429d Mon Sep 17 00:00:00 2001 From: JunRain Date: Sun, 17 Mar 2024 18:59:59 +0900 Subject: [PATCH] =?UTF-8?q?[#38]=20working=20directory=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 8beee14a..1add9fb9 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -15,6 +15,9 @@ permissions: jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./backend/memetory steps: - uses: actions/checkout@v3 @@ -32,7 +35,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Execute Gradle build and analyze - run: ./backend/memetory/gradlew jib + run: ./gradlew jib - name: Run scripts in server uses: appleboy/ssh-action@master