Update web-deploy.yml
This commit is contained in:
parent
8c66545d7a
commit
cf8b34dcd0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
environment: dev
|
||||
runs-on: ['self-hosted', 'pi']
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue