Skip to content

Commit

Permalink
fix: fe app name
Browse files Browse the repository at this point in the history
  • Loading branch information
alguadam committed Sep 13, 2023
1 parent 792d179 commit 523f964
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ie-bank-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- main
workflow_dispatch:

env:
FRONTEND_WEBAPP_DEV: aguadamillas-fe-dev

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,5 +57,5 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'ie-bank-dev'
app-name: ${{ env.FRONTEND_WEBAPP_DEV }}
package: .

0 comments on commit 523f964

Please sign in to comment.