From d9996357ce75226096aea4eb07f76ecd9f75c1d7 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:01:20 +0530 Subject: [PATCH] Update car-demo-azure.yml --- .github/workflows/car-demo-azure.yml | 36 ---------------------------- 1 file changed, 36 deletions(-) diff --git a/.github/workflows/car-demo-azure.yml b/.github/workflows/car-demo-azure.yml index e8694cb..8b13789 100644 --- a/.github/workflows/car-demo-azure.yml +++ b/.github/workflows/car-demo-azure.yml @@ -1,37 +1 @@ -name: car-demo-azure-pipeline -on: - push: - branches: [ main ] - -jobs: - setup-build-publish-deploy: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Set up JDK 19 - uses: actions/setup-java@v3 - with: - java-version: '19' - distribution: 'temurin' - cache: maven - - name: Azure Login - uses: azure/login@v1 - with: - creds: ${{ secrets.AZURE_CREDENTIALS }} - - name: Azure CLI script - uses: azure/CLI@v1 - with: - azcliversion: 2.30.0 - inlineScript: | - az account show - az storage -h - - name: Build, Publish, and Deploy - env: - GITHUB_TOKEN: ${{ github.token }} - run: | - . az-svc-deployment.sh \ No newline at end of file