chore: update workflow name to Production CI/CD Pipeline
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 1m14s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 26s

This commit is contained in:
vickytechkey 2026-09-09 19:52:31 +05:30
parent 49df433f20
commit baa0e46f5c

View file

@ -1,4 +1,4 @@
name: Beta CI/CD Pipeline name: Production CI/CD Pipeline
on: on:
push: push:
@ -31,7 +31,7 @@ jobs:
name: dist name: dist
path: dist/ path: dist/
deploy-beta: deploy-prod:
needs: build-and-test needs: build-and-test
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:22 container: node:22