diff --git a/.github/workflows/ddingdong-dev-deploy.yml b/.github/workflows/ddingdong-prod-deploy.yml similarity index 87% rename from .github/workflows/ddingdong-dev-deploy.yml rename to .github/workflows/ddingdong-prod-deploy.yml index c0f07253..e3fb4626 100644 --- a/.github/workflows/ddingdong-dev-deploy.yml +++ b/.github/workflows/ddingdong-prod-deploy.yml @@ -3,7 +3,7 @@ name: ddingdong-dev-depoly on: push: branches: - - develop # develop에 push될 때 실행 + - main jobs: build: runs-on: ubuntu-latest @@ -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