fix: mount /apps and docker socket in PR workflow build-and-deploy-ci job #41

Merged
david merged 33 commits from fix/switch-to-npm-ci into main 2026-05-20 19:51:36 +00:00
Showing only changes of commit b3ba4b5a8c - Show all commits
+2 -2
View File
@@ -75,9 +75,8 @@ jobs:
# Update the image tag in the compose file
sed -i "s|image: docker.notsosm.art/euchre-camp:[a-zA-Z0-9.-]*|image: docker.notsosm.art/euchre-camp:${IMAGE_TAG}|" ${COMPOSE_FILE}
# Pull the new image and restart the CI stack
# Image was built locally in the previous step; compose uses it without pulling
cd /apps/euchre_camp_ci
docker compose pull app
docker compose up -d app
- name: Wait for CI site to be healthy
@@ -145,6 +144,7 @@ jobs:
echo "reason=$REASON" >> $GITHUB_OUTPUT
- name: Comment bump type on PR
if: github.event_name == 'pull_request'
uses: actions/github-script@v7
with:
script: |