diff --git a/.github/workflows/app-prebuild.yml b/.github/workflows/app-prebuild.yml index 4c03423..a4bc6b1 100644 --- a/.github/workflows/app-prebuild.yml +++ b/.github/workflows/app-prebuild.yml @@ -22,6 +22,9 @@ jobs: build: # The type of runner that the job will run on runs-on: [ self-hosted, Linux ] + environment: + name: "Development" + # url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} # Steps represent a sequence of tasks that will be executed as part of the job steps: