Skip to content

Implement terraform for infra as code and kubernetes deployment #5

Implement terraform for infra as code and kubernetes deployment

Implement terraform for infra as code and kubernetes deployment #5

name: CD Gateway Azure
on:
workflow_dispatch:
pull_request:
# types:
# - "closed"
branches: [main, development]
# paths:
# - "apps/gateway/**/*"
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Push to Azure
uses: ./.github/workflows/build-to-azure.yml
with:
app: accounts
project_name: ${{ env.AZURE_PROJECT_NAME }}
registry: ${{ env.AZURE_CONTAINER_REGISTRY }}
creds: ${{ secrets.AZURE_CREDENTIALS }}