Update azure-webapps-php.yml
This commit is contained in:
@@ -30,6 +30,9 @@ env:
|
|||||||
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
|
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
|
||||||
PHP_VERSION: '8.x' # set this to the PHP version to use
|
PHP_VERSION: '8.x' # set this to the PHP version to use
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -74,6 +77,8 @@ jobs:
|
|||||||
path: .
|
path: .
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
permissions:
|
||||||
|
contents: none
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user