Update web-deploy.yml
This commit is contained in:
parent
8f329d8e13
commit
6e1417ca6e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/web-deploy.yml
vendored
5
.github/workflows/web-deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue