From e94cfb067a74ab33a51e61edb6fbc69e7aed13f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=2E=20Salda=C3=B1a?= Date: Wed, 17 Apr 2024 23:06:35 +0200 Subject: [PATCH] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/main_danieljsaldana-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_danieljsaldana-backend.yml b/.github/workflows/main_danieljsaldana-backend.yml index 1a0181e..501f2b6 100644 --- a/.github/workflows/main_danieljsaldana-backend.yml +++ b/.github/workflows/main_danieljsaldana-backend.yml @@ -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: | @@ -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: .