Skip to content

Commit

Permalink
infra: fix workflows for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Nov 3, 2024
1 parent 7119728 commit 1ca87c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
latest
flavor: |
latest=true
- name: 현재 디렉토리 확인
run: pwd

- name: 현재 디렉토리의 파일 목록 확인
run: ls -al

- name: frontend 디렉토리의 파일 목록 확인
run: ls -al ./frontend

- name: Docker 준비(2/4) - QEMU 설정 (Frontend)
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 1ca87c7

Please sign in to comment.