Skip to content

Commit 03ffa53

Browse files
authored
Merge pull request #8 from Nexters/dev
[feature-2] CD 워크플로우 수정
2 parents aae0a50 + b560299 commit 03ffa53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ jobs:
5151
runs-on: ubuntu-latest
5252
needs: build
5353
steps:
54+
- name: Check out the repository
55+
uses: actions/checkout@v3
56+
57+
- name: List files to check Dockerfile location
58+
run: |
59+
echo "Listing files in the current directory:"
60+
ls -alh
61+
5462
- name: Set up Docker Buildx
5563
uses: docker/setup-buildx-action@v2
5664

0 commit comments

Comments
 (0)