Add CI release to ContentDB

This commit is contained in:
Juraj Vajda 2022-11-03 00:08:09 -04:00
parent 1bea2fee84
commit 46dcfb8f90

View File

@ -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: