Skip to content

Commit

Permalink
Update master_mdb-workoutbuilder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepiware authored Nov 23, 2023
1 parent f2678c0 commit 6071b99
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/master_mdb-workoutbuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
dotnet-version: '6.0.x'
include-prerelease: true

- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

- name: npm deploy
run: |
npm deploy
working-directory: WorkoutBuilder/WorkoutBuilder/ClientApp

- name: Build with dotnet
run: dotnet build --configuration Release

Expand Down Expand Up @@ -54,4 +64,4 @@ jobs:
app-name: 'mdb-workoutbuilder'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2E4A5C03DDDA4ECC9358D3CAC44F36B2 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2E4A5C03DDDA4ECC9358D3CAC44F36B2 }}

0 comments on commit 6071b99

Please sign in to comment.