Skip to content

Commit

Permalink
is_prod false for custom environments github-script-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster authored Nov 24, 2023
1 parent 0baf78d commit 07283d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-script-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:

env:
project_name: GitHub.Script
environment_name: production
is_production: true
environment_name: Production
is_production: false
environment_url: https://postman-load-test.azurewebsites.net
deployment_description: Sample GitHub-Script Deployment

Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Sandbox Testing
environment:
name: 'Production'
name: "${{ env.project_name }}-${{ env.environment_name }}"
url: ${{ steps.deploy-website.outputs.deployment_url }}

steps:
Expand Down

0 comments on commit 07283d8

Please sign in to comment.