Skip to content

Create ar_interface.py #7326

Create ar_interface.py

Create ar_interface.py #7326

Workflow file for this run

# .github/workflows/ci-cd.yml
name: CI/CD Pipeline
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest
- name: Deploy to production
uses: azure/azure-webapps-deploy@v2
with:
app-name: pi-nexus-autonomous-banking-network
package: .