chore: add debug step to list artifact structure
This commit is contained in:
@@ -54,6 +54,9 @@ jobs:
|
||||
with:
|
||||
name: next-build
|
||||
|
||||
- name: List directory structure (debug)
|
||||
run: ls -R
|
||||
|
||||
- name: Deploy to Docker
|
||||
run: |
|
||||
docker build -t nextjs-app .
|
||||
|
||||
Reference in New Issue
Block a user