Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneethReddyHC authored Oct 7, 2023
1 parent c56b8c3 commit 2de81de
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +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
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 2de81de

Please sign in to comment.