Add CI release to ContentDB
This commit is contained in:
parent
1bea2fee84
commit
46dcfb8f90
|
@ -43,7 +43,12 @@ pipelines:
|
||||||
- npm ci
|
- npm ci
|
||||||
- step:
|
- step:
|
||||||
name: Deploy to ContentDB
|
name: Deploy to ContentDB
|
||||||
|
caches:
|
||||||
|
- node-modules
|
||||||
|
- npm
|
||||||
|
- nvm
|
||||||
script:
|
script:
|
||||||
|
- nvm use v17.2.0
|
||||||
- npm run push:ci -- --token=$CONTENT_DB_X_BOWS_TOKEN --title=$BITBUCKET_TAG
|
- npm run push:ci -- --token=$CONTENT_DB_X_BOWS_TOKEN --title=$BITBUCKET_TAG
|
||||||
definitions:
|
definitions:
|
||||||
caches:
|
caches:
|
||||||
|
|
Ŝarĝante…
Reference in New Issue