Skip to content

Commit

Permalink
update actions version and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Nov 13, 2024
1 parent 1170544 commit bf4ad4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next_lwa-virtualmonitor-dev-weu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Build and deploy container app to Azure Web App - lwa-virtualmonitor-dev-weu
name: DEV - Build and deploy container app to Azure Web App - lwa-virtualmonitor-dev-weu

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: 'production'
name: 'development'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand Down

0 comments on commit bf4ad4f

Please sign in to comment.