Skip to content

Commit

Permalink
Merge pull request #14 from 7th-UMC/ci/5
Browse files Browse the repository at this point in the history
Fix : dev_deploy.yml 수정
  • Loading branch information
hyeonda02 authored Aug 16, 2024
2 parents 2650196 + dc79e51 commit 81425c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
shell: bash

- name: Build with Gradle
run: ./gradlew clean build -x test
shell: bash
env:
SPRING_PROFILES_ACTIVE: dev
run: ./gradlew clean build -x test
shell: bash



- name: Get current time
Expand Down

0 comments on commit 81425c0

Please sign in to comment.