Skip to content

Commit

Permalink
기본 프로파일 ci로 수정 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
peeerr committed Apr 2, 2024
1 parent 6f95691 commit e1720e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: chmod +x ./gradlew

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

- name: Get current time
uses: 1466587594/get-current-time@v2
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring:
profiles:
active: dev
active: ci

0 comments on commit e1720e9

Please sign in to comment.