Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMinWoooo committed Sep 4, 2024
1 parent c788394 commit eb00cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
distribution: 'adopt'

- name: Build with Gradle
run: ./gradlew build
run: |
cd backend
./gradlew build
- name: Login to Docker Hub
run: echo $DOCKER_HUB_PASSWORD | docker login -u $DOCKER_HUB_USERNAME --password-stdin
Expand Down

0 comments on commit eb00cc0

Please sign in to comment.