Skip to content

Commit

Permalink
Merge pull request #83 from PoolC/master
Browse files Browse the repository at this point in the history
chore: add debug
  • Loading branch information
jinoov authored Feb 17, 2024
2 parents d55648f + 5a8facb commit bb716c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/web-client-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
docker compose -f=./apps/web-client/deploy-app/docker-compose.yml up -d --build
- name: debug
run: ls -al ./apps/web-client/build
run: |
pwd
ls -al ./apps/web-client/build
- name: scp
uses: appleboy/[email protected]
Expand Down

0 comments on commit bb716c9

Please sign in to comment.