Skip to content

Commit

Permalink
refactor(github) : 파일 경로 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
Woongbin06 committed Apr 16, 2024
1 parent 1cbbdaf commit e472b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
source: ${{ secrets.SOURCE_PATH }}
target: ${{ env.TARGET_PATH }}

- name: Check directory contents
run: |
ls -l ${{ env.TARGET_PATH }}
ls
- name: Execute jar file
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit e472b52

Please sign in to comment.