Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DOEKYONG committed Oct 5, 2023
1 parent 9bd1443 commit ad6e496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: issue-tracker auto deploy

on:
pull_request:
branches: [ "be-release" ]
push:
branches: [ "test1" ]


permissions:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew clean build -x test # 인바운드 IP 설정할 수 있으면 -x test 제거
run: ./gradlew clean build# 인바운드 IP 설정할 수 있으면 -x test 제거

# 4. docker hub로 build & push
- name: docker build and push
Expand Down

0 comments on commit ad6e496

Please sign in to comment.