Skip to content

Commit

Permalink
Merge pull request #5 from donsonioc2010/chore/spotless
Browse files Browse the repository at this point in the history
chore : cd 전부 아웃!
  • Loading branch information
donsonioc2010 authored Nov 24, 2023
2 parents 8ade444 + 26ab4f6 commit ac2651c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cd_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac2651c

Please sign in to comment.