Skip to content

Merge pull request #80 from UiPath/feat/run-history-eviction #7

Merge pull request #80 from UiPath/feat/run-history-eviction

Merge pull request #80 from UiPath/feat/run-history-eviction #7

Workflow file for this run

name: Deploy
on:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
deploy:
environment: website-prod
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Azure login
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Install Azure CLI
uses: pietrobolcato/install-azure-cli-action@main
- name: Run Deploy.ps1
shell: pwsh
run: ./Deploy.ps1 `
-resourceGroupName ${{ secrets.AZURE_RESOURCE_GROUP }} `
-appName ${{ secrets.AZURE_APP_NAME }} `
-acrName ${{ secrets.AZURE_ACR_NAME }}