Merge branch 'beta' into main
This commit is contained in:
commit
c3ed85562a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue