Skip to content

Commit

Permalink
chore: 운영환경 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Jul 1, 2024
1 parent 5aea98f commit 55eef25
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ddingdong-dev-depoly
on:
push:
branches:
- develop # develop에 push될 때 실행
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,12 +68,3 @@ jobs:
region: ap-northeast-2
deployment_package: deploy/deploy.zip
wait_for_environment_recovery: 180

- name: Test with Gradle
run: ./gradlew test --no-daemon

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: ./build/reports/jacoco/test/jacocoTestReport.xml

0 comments on commit 55eef25

Please sign in to comment.