Skip to content

Commit

Permalink
Update(#14): deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 16, 2024
1 parent 8d774b5 commit 1da01b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml

- name: Build with Gradle
run: ./gradlew build -x tesst
run: ./gradlew build -x test

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.DOCKER_IMAGE_NAME }}:latest
Expand Down

0 comments on commit 1da01b4

Please sign in to comment.