Skip to content

Commit 742c9ec

Browse files
authored
Merge pull request #69 from GDSCINHA/fix39/cicd-error
fix: 컨테이너 실행 확인 후 종료
2 parents 3c06dce + e49215b commit 742c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build and Push Docker Image
2424
run: |
2525
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest .
26-
ls -l /app/
26+
docker run --rm ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest ls -la /app
2727
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest
2828
2929

0 commit comments

Comments
 (0)