chore: update workflow name to Production CI/CD Pipeline
This commit is contained in:
parent
49df433f20
commit
baa0e46f5c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue