Skip to content

Commit

Permalink
[#38] working directory 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Mar 17, 2024
1 parent 7002690 commit 7ac510b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/memetory

steps:
- uses: actions/checkout@v3
Expand All @@ -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
Expand Down

0 comments on commit 7ac510b

Please sign in to comment.