Skip to content

[DEPLOY] nginx 무중단 배포 설정 #85

[DEPLOY] nginx 무중단 배포 설정

[DEPLOY] nginx 무중단 배포 설정 #85

Workflow file for this run

name: develop branch PR build
on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "develop" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
arguments: clean build -x test