mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25: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:
|
||||
runs-on: ubuntu-latest
|
||||
# Use environment for secrets management
|
||||
environment: ${{ github.event.inputs.environment || 'production' }}
|
||||
environment: ${{ github.event.inputs.environment || 'test' }}
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue