Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Dec 22, 2024
1 parent 66d44fa commit dc47316
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 @@ -31,7 +31,7 @@ jobs:
run: echo "${{ secrets.DEV_APPLICATION }}" > ./src/main/resources/application-prod.yml

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew clean build

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

0 comments on commit dc47316

Please sign in to comment.