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 11d9eba commit 2f586f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew clean build -x test

- name: Check directory contents
run: |
pwd
ls -l
deploy:
needs: build
runs-on: ubuntu-latest
Expand All @@ -33,8 +38,8 @@ jobs:

- name: Check directory contents
run: |
ls -l ${{ secrets.DIST_PATH }}
ls
pwd
ls -l
- name: Deploy to server
uses: appleboy/[email protected]
Expand Down

0 comments on commit 2f586f2

Please sign in to comment.