Skip to content

Commit 2d9c61d

Browse files
authored
Make defang environment dynamic based on stack input
1 parent 5e33b1f commit 2d9c61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/defang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
defang:
2323
name: Defang ${{ github.event.inputs.action || 'up' }} ${{ github.event.inputs.stack || 'default stack' }}
24-
environment: defang-production
24+
environment: defang-${{ github.event.inputs.stack || 'production' }}
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 70
2727
permissions:

0 commit comments

Comments
 (0)