Skip to content

Commit

Permalink
again fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jan 2, 2024
1 parent 6f18877 commit 119b2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
script_stop: true
script: |
cd /home/ubuntu/traefik-proxy/apps/nginx-with-volume-nmc/website
echo "Content before deletion: $(pwd)"
ls -la
rm -rf ./*
echo "Content after deletion: $(pwd)"
ls -la
- name: Copy dist folder to remote host
Expand Down

0 comments on commit 119b2b2

Please sign in to comment.