Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneethHC committed Oct 7, 2023
2 parents 80cce9d + 2de81de commit 6af99b6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Download build artifacts
- name: Checkout code
uses: actions/checkout@v2

- name: Download Build Artifacts
uses: actions/download-artifact@v2
with:
name: build-artifacts
path: build # Change this to match your build output directory

- name: Deploy to Azure App Service
uses: azure/webapps-deploy@v2
with:
app-name: test-app # Replace with your Azure App Service name
app-name: your-app-name # Replace with your Azure App Service name
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

0 comments on commit 6af99b6

Please sign in to comment.