Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Merge pull request #34 from slo-saeng/develop #17

Merge pull request #34 from slo-saeng/develop

Merge pull request #34 from slo-saeng/develop #17

Workflow file for this run

name: Deploy to EC2
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build