Merge branch 'beta' into main
All checks were successful
Production CI/CD Pipeline / build-and-test (push) Successful in 1m14s
Production CI/CD Pipeline / deploy-prod (push) Successful in 28s

This commit is contained in:
vickytechkey 2026-09-09 19:52:41 +05:30
commit c3ed85562a

View file

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