We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6493126 commit db2679aCopy full SHA for db2679a
1 file changed
.github/workflows/defang.yaml
@@ -22,7 +22,7 @@ jobs:
22
defang:
23
name: Defang ${{ github.event.inputs.action || 'up' }} ${{
24
github.event.inputs.stack || 'default stack' }}
25
- environment: defang-production
+ environment: defang-${{ github.event.inputs.stack || 'production' }}
26
runs-on: ubuntu-latest
27
timeout-minutes: 70
28
permissions:
0 commit comments