From 26ab4f6088e50f2b9bc6a49d1affd1296cfe2c75 Mon Sep 17 00:00:00 2001 From: donsonioc2010 Date: Fri, 24 Nov 2023 15:00:15 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20cd=20=EC=A0=84=EB=B6=80=20=EC=95=84?= =?UTF-8?q?=EC=9B=83!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd_server.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cd_server.yml b/.github/workflows/cd_server.yml index fe4da36..8e2c166 100644 --- a/.github/workflows/cd_server.yml +++ b/.github/workflows/cd_server.yml @@ -5,20 +5,20 @@ # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle -name: CD NCP - -on: - push: - branches: - - 'develop' - - 'main' - -jobs: - CD: +#name: CD NCP +# +#on: +# push: +# branches: +# - 'develop' +# - 'main' +# +#jobs: +# CD: ## NCP OS : Ubuntu 18.04 - runs-on: ubuntu-18.04 +# runs-on: ubuntu-18.04 - steps: +# steps: ## Project JDK 11 Setting # - name: Checkout # uses: actions/checkout@v3