Skip to content

Commit

Permalink
Update car-demo-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 29, 2024
1 parent 04d3df9 commit d999635
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/car-demo-azure.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d999635

Please sign in to comment.