From 13f253b8ed421a99de764f8096cdb5036423e0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=83=EC=A7=B1?= <107979804+gitchannn@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:33:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20cd=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server-cd.yml | 47 --------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .github/workflows/server-cd.yml diff --git a/.github/workflows/server-cd.yml b/.github/workflows/server-cd.yml deleted file mode 100644 index 9265ddd..0000000 --- a/.github/workflows/server-cd.yml +++ /dev/null @@ -1,47 +0,0 @@ -# name: 🌻 Sunny Braille server DEV CD - -# on: -# workflow_dispatch: -# push: -# branches: -# - main - -# jobs: -# backend-docker-build-and-push: -# runs-on: ubuntu-latest - -# steps: -# - name: ✨ Checkout repository -# uses: actions/checkout@v3 -# with: -# submodules: true -# token: ${{ secrets.ACTION_TOKEN }} - -# - name: ✨ JDK 17 설정 -# uses: actions/setup-java@v3 -# with: -# java-version: '17' -# distribution: 'temurin' - -# - name: ✨ Gradle Caching -# uses: actions/cache@v3 -# with: -# path: | -# ~/.gradle/caches -# ~/.gradle/wrapper -# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} -# restore-keys: | -# ${{ runner.os }}-gradle- - -# - name: ✨ Gradlew 권한 설정 -# run: chmod +x ./gradlew - -# - name: ✨ Jar 파일 빌드 -# run: ./gradlew bootJar - -# backend-docker-pull-and-run: -# runs-on: [self-hosted, dev] -# steps: -# - name: ✨ 배포 스크립트 실행 -# run: | -# sh /home/ubuntu/deploy.sh