Skip to content

Commit eb5ced7

Browse files
committed
ci: Remove debugging step
1 parent 12113cd commit eb5ced7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ jobs:
3838
name: ${{ vars.PROJECT_NAME }}
3939
path: ${{ vars.PROJECT_NAME }}
4040

41-
# temp: for debugging
42-
- name: List files after artifact download
43-
run: |
44-
echo ">>> Listing the top-level workspace directories:"
45-
ls -la
46-
echo ">>> Listing contents of ${{ vars.PROJECT_NAME }} (artifact folder):"
47-
ls -la ${{ vars.PROJECT_NAME }}
48-
echo ">>> Full recursive tree of ${{ vars.PROJECT_NAME }}:"
49-
ls -R ${{ vars.PROJECT_NAME }}
50-
5141
- name: Deploy files to VPS
5242
# Clears existing files and deploy new files
5343
run: |

0 commit comments

Comments
 (0)