Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jan 2, 2024
1 parent 8f93d58 commit 6f18877
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:
key: ${{ secrets.REMOTE_KEY_ED25519 }}
port: ${{ secrets.REMOTE_PORT }}
script_stop: true
script: whoami
# script: rm -rf /home/ubuntu/traefik-proxy/apps/nginx-with-volume-nmc/website/*
script: |
cd /home/ubuntu/traefik-proxy/apps/nginx-with-volume-nmc/website
ls -la
rm -rf ./*
ls -la
- name: Copy dist folder to remote host
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 6f18877

Please sign in to comment.