From e0e7871279f9524209c3ec53e0def9fe8498a5a1 Mon Sep 17 00:00:00 2001 From: Irid3 Date: Sat, 3 Feb 2024 16:13:00 +0700 Subject: [PATCH] update workflows --- .github/workflows/master_weather-aprikas.yml | 6 +++--- .gitignore | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master_weather-aprikas.yml b/.github/workflows/master_weather-aprikas.yml index c7ce7a5..4af3bba 100644 --- a/.github/workflows/master_weather-aprikas.yml +++ b/.github/workflows/master_weather-aprikas.yml @@ -26,7 +26,6 @@ jobs: npm install npm run build --if-present npm run test --if-present - npm run start --if-present - name: Zip artifact for deployment run: zip release.zip ./* -r @@ -52,7 +51,6 @@ jobs: - name: Unzip artifact for deployment run: unzip release.zip - - name: 'Deploy to Azure Web App' id: deploy-to-webapp uses: azure/webapps-deploy@v2 @@ -60,4 +58,6 @@ jobs: app-name: 'weather-aprikas' slot-name: 'Production' package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_33349E1A224C4CDDADE4DCA1E32A29D7 }} \ No newline at end of file + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_33349E1A224C4CDDADE4DCA1E32A29D7 }} + - name: run node + run: npm run start \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9a357a0..3c3629e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ node_modules -.github \ No newline at end of file