Skip to content

Commit dd799af

Browse files
committed
Add or update the Azure App Service build and deployment workflow config
1 parent 11ceaf3 commit dd799af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_bdsagroup3chirpremotedb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
include-prerelease: true
2424

2525
- name: Build with dotnet
26-
run: dotnet build src/Chirp.SimpleDB/ --configuration Release
26+
run: dotnet build --configuration Release
2727

2828
- name: dotnet publish
29-
run: dotnet publish src/Chirp.SimpleDB/ -c Release -o ${{env.DOTNET_ROOT}}/myapp
29+
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
3030

3131
- name: Upload artifact for deployment job
3232
uses: actions/upload-artifact@v2
@@ -53,5 +53,5 @@ jobs:
5353
with:
5454
app-name: 'bdsagroup3chirpremotedb'
5555
slot-name: 'Production'
56-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_E56255FCEED84768B5DDF7B0A42B10FC }}
56+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_735FC0BF9C604D6D891DF8D5723C66F0 }}
5757
package: .

0 commit comments

Comments
 (0)