Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPerrault committed Feb 13, 2023
2 parents 1a74034 + 68b6e19 commit 24deb74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_joblink22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x'
dotnet-version: "7.x"
include-prerelease: true

- name: Build with dotnet
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: windows-latest
needs: build
environment:
name: 'Production'
name: "Production"
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand All @@ -51,7 +51,7 @@ jobs:
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
with:
app-name: 'joblink22'
slot-name: 'Production'
app-name: "joblink22"
slot-name: "Production"
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_71B2B915EBAE42BA81783E99C9C01F84 }}
package: .

0 comments on commit 24deb74

Please sign in to comment.