Skip to content

Commit

Permalink
Add or update the Azure App Service build and deployment workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanavi committed Mar 1, 2024
1 parent ce79a53 commit 60f3f02
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main_microsoftsupporttt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,11 @@ jobs:
with:
node-version: '20.x'

- name: npm install
- name: npm install, build, and test
run: |
npm install
- name: npm build
run: |
npm run build --if-present
npm run test --if-present
- name: npm pnpm
run: |
npm i -g pnpm tsx
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down Expand Up @@ -66,4 +59,4 @@ jobs:
app-name: 'microsoftsupporttt'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A900DABE041741DBB35D7A9418DF6A85 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_6B95453FEA9B4BBC845FFC8D2C22E2C2 }}

0 comments on commit 60f3f02

Please sign in to comment.