From 3bf6ca8547239c86883ab24f28397717eb92a94c Mon Sep 17 00:00:00 2001 From: Ricky <101335214+RickyRAV@users.noreply.github.com> Date: Wed, 15 May 2024 07:20:54 +0200 Subject: [PATCH] Delete .github/workflows/main_intelliq-be-s1.yml --- .github/workflows/main_intelliq-be-s1.yml | 37 ----------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/main_intelliq-be-s1.yml diff --git a/.github/workflows/main_intelliq-be-s1.yml b/.github/workflows/main_intelliq-be-s1.yml deleted file mode 100644 index 4d881b1..0000000 --- a/.github/workflows/main_intelliq-be-s1.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy -# More GitHub Actions for Azure: https://github.com/Azure/actions - -name: Deploy to Production - S1 - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - build_and_deploy: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '18.x' - - - name: Install dependencies and build - run: | - npm install - npm run build --if-present - - - name: Zip the build - run: zip -r release.zip ./* - - - name: Deploy to Azure Web App - uses: azure/webapps-deploy@v2 - with: - app-name: 'IntelliQ-BE-S1' - slot-name: 'Production' - package: release.zip - publish-profile: ${{ secrets.INTELLIQS1 }}