diff --git a/.github/workflows/deploy-to-stage.yml b/.github/workflows/deploy-to-stage.yml index ac5af856b8..2ea222cedd 100644 --- a/.github/workflows/deploy-to-stage.yml +++ b/.github/workflows/deploy-to-stage.yml @@ -20,7 +20,7 @@ on: jobs: full-deploy: - name: Build Image, Deploy to AKS & Netlify + name: Build Image, Deploy to AKS & cloudflare runs-on: ubuntu-latest steps: @@ -131,7 +131,7 @@ jobs: exit 1 deploy-frontend: - name: Deploy Frontend to Netlify + name: Deploy Frontend to cloudflare runs-on: ubuntu-latest needs: full-deploy