Skip to content

Commit

Permalink
feat: 무중단 배포 적용 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 28, 2024
1 parent 27f5f50 commit be8a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash

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

- name: docker login
uses: docker /login-action@v2
Expand Down

0 comments on commit be8a385

Please sign in to comment.