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 9be48b1 commit 400a09f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
arguments: build
build-root-directory: ./backend/moment/moment-server
gradle-version: 7.5

- name: Deploy to Server
uses: actions/checkout@v3
Expand Down Expand Up @@ -78,4 +79,5 @@ jobs:
run: |
chmod 755 ./deploy.sh
set -e
./deploy.sh
./deploy.sh
working-directory: ${{ env.working-directory }}

0 comments on commit 400a09f

Please sign in to comment.