Skip to content

Commit

Permalink
Cleanup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 19, 2024
1 parent d02e8bc commit aea330c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/deploy.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
workflow_call:
inputs:
AZURE_ENV_NAME:
required: true
type: string
push:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

# GitHub Actions workflow to deploy to Azure using azd
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
Expand All @@ -17,12 +17,10 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
environment: ${{ inputs.AZURE_ENV_NAME }}
environment: prd
env:
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID}}
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID}}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID}}
AZURE_ENV_NAME: ${{ inputs.AZURE_ENV_NAME }}
AZURE_ENV_NAME: prd
AZURE_LOCATION: australiaeast

steps:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/deploy-dev.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/deploy-prd.yml

This file was deleted.

0 comments on commit aea330c

Please sign in to comment.