From a5dc11ed6fa4404289191b5924e5d56c492c9ea2 Mon Sep 17 00:00:00 2001 From: jordanstephens Date: Mon, 13 Apr 2026 16:51:24 -0700 Subject: [PATCH] prefix environment name with "defang-" --- starter-sample/.github/workflows/deploy.yaml | 2 +- templates/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/starter-sample/.github/workflows/deploy.yaml b/starter-sample/.github/workflows/deploy.yaml index b0e582fc..58f02c18 100644 --- a/starter-sample/.github/workflows/deploy.yaml +++ b/starter-sample/.github/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: jobs: deploy: - environment: production + environment: defang-production runs-on: ubuntu-latest permissions: contents: read diff --git a/templates/deploy.yaml b/templates/deploy.yaml index de261246..b23c9c6d 100644 --- a/templates/deploy.yaml +++ b/templates/deploy.yaml @@ -21,7 +21,7 @@ on: jobs: defang: name: Defang ${{ github.event.inputs.action || 'up' }} ${{ github.event.inputs.stack || 'default stack' }} - environment: production + environment: defang-production runs-on: ubuntu-latest permissions: contents: read