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
danieljsaldana committed Apr 17, 2024
1 parent 87a9b8e commit e94cfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_danieljsaldana-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js version
uses: actions/setup-node@v1
with:
node-version: '20-lts'
node-version: '20.x'

- name: npm install, build, and test
run: |
Expand All @@ -34,6 +34,6 @@ jobs:
with:
app-name: danieljsaldana-backend
slot-name: Production
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_BA494F48311046EF87085F8BBA1D145F }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_81096F41428B4707A782440E4136DECF }}
package: .

0 comments on commit e94cfb0

Please sign in to comment.