There was an error while loading. Please reload this page.
1 parent 5e33b1f commit 2d9c61dCopy full SHA for 2d9c61d
1 file changed
templates/defang.yaml
@@ -21,7 +21,7 @@ on:
21
jobs:
22
defang:
23
name: Defang ${{ github.event.inputs.action || 'up' }} ${{ github.event.inputs.stack || 'default stack' }}
24
- environment: defang-production
+ environment: defang-${{ github.event.inputs.stack || 'production' }}
25
runs-on: ubuntu-latest
26
timeout-minutes: 70
27
permissions:
0 commit comments