mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
default env is test
This commit is contained in:
parent
1298b34e38
commit
9eaa4f87c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Use environment for secrets management
|
# Use environment for secrets management
|
||||||
environment: ${{ github.event.inputs.environment || 'production' }}
|
environment: ${{ github.event.inputs.environment || 'test' }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue