Skip to content

Commit

Permalink
스프링 로그 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
pricelees committed Aug 29, 2024
1 parent 651d44e commit 541cd2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: cd-prod
on:
push:
branches:
- develop
- check-log

jobs:
deploy:
runs-on: prod

steps:
- name: deploy
- name: springboot log check
run: |
cd ~/deploy && ./deploy.sh
cd ~/deploy/2024-mouda/backend && ls && tail -f log.out

0 comments on commit 541cd2b

Please sign in to comment.