Update web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 11:51:03 -04:00 committed by GitHub
parent 8f329d8e13
commit 6e1417ca6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ on:
jobs:
build:
environment: dev
runs-on: ['self-hosted', 'pi']
runs-on: 'ubuntu-latest'
permissions:
contents: read
packages: write
@ -35,7 +35,8 @@ jobs:
run: docker push john4064/shiftsync:latest_web
deploy:
environment: dev
runs-on: ['self-hosted', 'pi']
needs: build
runs-on: 'ubuntu-latest'
permissions:
contents: read
packages: write