Skip to content

Commit

Permalink
Try with bind
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Nov 10, 2024
1 parent 3b1213d commit 4d236df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
bootpartition: 1
rootpartition: 2
image_additional_mb: 4000
bind: |
${{ github.workspace }}/web-app-dist:/mnt/web-app-dist
commands: |
echo "Updating!"
sudo apt update
Expand All @@ -76,7 +78,7 @@ jobs:
git checkout $GITHUB_SHA
echo "Including web app"
cp -r /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist /home/pi/code/github/dbieber/GoNoteGo/gonotego/settings-server/dist
cp -r /mnt/web-app-dist /home/pi/code/github/dbieber/GoNoteGo/gonotego/settings-server/dist
echo "Setting up Python environment"
python3 -m venv env
Expand Down

0 comments on commit 4d236df

Please sign in to comment.