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 af9e90f commit 69607bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Deploy to Server
uses: actions/checkout@v3

- run: |
docker-compose up --build
working-directory: ${{ env.working-directory }}
# - run: |
# docker-compose up --build
# working-directory: ${{ env.working-directory }}

# 서버에 애플리케이션 배포 스크립트 실행
# 예: scp, SSH, Docker, Kubernetes 등을 사용하여 배포
Expand Down
2 changes: 1 addition & 1 deletion backend/moment/moment-server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
hs_err_pid*
replay_pid*

*.properties

/.gradle/8.5/fileHashes/fileHashes.bin
/.gradle/buildOutputCleanup/buildOutputCleanup.lock
/.gradle/8.5/checksums/checksums.lock
Expand Down
1 change: 0 additions & 1 deletion backend/moment/moment-server/core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ out/
### VS Code ###
.vscode/

*.properties

0 comments on commit 69607bf

Please sign in to comment.