Skip to content

Commit

Permalink
Update next_virtualmonitor-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Nov 8, 2024
1 parent d1e3d0a commit 3e4709b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next_virtualmonitor-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Deploy to Azure Web App
uses: azure/webapps-deploy@v2
with:
app-name: 'virtualmonitor-app'
slot-name: 'pre-prod'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_F8D003FAE29941AAAD3EC1C675174051 }}
app-name: 'lwa-virtualmonitor-prod-weu'
slot-name: 'stage-virtualmonitor-prod-weu'
publish-profile: ${{ secrets.PROD_STAGING_PUBLISH_PROFILE }}
images: 'index.docker.io/hsldevcom/digitransit-virtualmonitor:${{ github.sha }}'

0 comments on commit 3e4709b

Please sign in to comment.