Skip to content

Continuous Deployment #25

Continuous Deployment

Continuous Deployment #25

Workflow file for this run

name: Continuous Deployment
on:
workflow_run:
workflows: ["Continuous Integration"]
types:
- completed
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deployment To Hugging Face
env:
HF: ${{ secrets.HF_CREDIT_SCORE_APP }}
run: make deploy HF=$HF