Skip to content

Commit

Permalink
Where is everything
Browse files Browse the repository at this point in the history
  • Loading branch information
demccormack committed Oct 18, 2023
1 parent c000aa0 commit a1300d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
echo 'VITE_MEDIA_ROOT=http://127.0.0.1:8080/' >> .env.production
echo 'MEDIA=/home/runner/piplayer' >> .env.production
tree -L 2
pwd
echo "$GITHUB_WORKSPACE"
false
- name: Deploy to Docker containers on localhost
run: |
bash ./build_and_run.sh .env.production
Expand Down

0 comments on commit a1300d7

Please sign in to comment.