Skip to content

Commit

Permalink
Update main_dibbs-demo-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight authored Nov 29, 2023
1 parent d900c1e commit b84c4ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main_dibbs-demo-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./front-end

steps:
- uses: actions/checkout@v4
Expand All @@ -38,6 +41,9 @@ jobs:

deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./front-end
needs: build
environment:
name: 'Production'
Expand All @@ -59,4 +65,4 @@ jobs:
app-name: 'dibbs-demo-site'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D615B933250E4E6F91AA277A73AD6188 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D615B933250E4E6F91AA277A73AD6188 }}

0 comments on commit b84c4ae

Please sign in to comment.