Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
test regular build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja García Rodríguez committed Feb 3, 2021
1 parent 57a6619 commit f18df7f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/regular_appservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Web regular AppService

on:
push:
branches:
- main
branches: [main, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]

jobs:
build-and-deploy:
Expand All @@ -28,9 +30,9 @@ jobs:
# app-settings-json: '${{ secrets.WEBAPP_APP_SETTINGS }}'


- name: Run Azure webapp deploy action
uses: azure/webapps-deploy@v2
with:
app-name: ${{ secrets.WEBAPP_APPSERVICE_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: /Source/Tailwind.Traders.Web/publish
# - name: Run Azure webapp deploy action
# uses: azure/webapps-deploy@v2
# with:
# app-name: ${{ secrets.WEBAPP_APPSERVICE_NAME }}
# publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
# package: /Source/Tailwind.Traders.Web/publish

0 comments on commit f18df7f

Please sign in to comment.