Skip to content

Commit

Permalink
✨ CI/CD 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Yong99 committed Apr 6, 2024
1 parent 2920b75 commit 4677692
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: |
cd ./backend/moment/moment-server
- name: Checkout code
uses: actions/checkout@v2

Expand All @@ -36,6 +38,9 @@ jobs:

# - run: cat ./src/main/resources/application.properties

- name: Grant execute permission for gradlew
run: chmod +x gradlew


- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
Expand All @@ -46,7 +51,6 @@ jobs:
uses: actions/checkout@v3

- run: |
cd ./backend/moment/moment-server
docker-compose up --build
# 서버에 애플리케이션 배포 스크립트 실행
Expand Down

0 comments on commit 4677692

Please sign in to comment.