File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4545 mv web deploy/
4646 cd deploy
4747 echo "{}" > package.json
48- CLI_TARGET_USERNAME=${{ secrets.CLI_TARGET_USERNAME_DEV }} CLI_TARGET_PASSWORD='${{ secrets.HARPERDB_CLI_TARGET_PASSWORD_DEV }}' pnpm run harperdb deploy project='hdbms' target='${{ secrets.CLI_DEPLOY_TARGET_DEV }}' restart=false
48+ CLI_TARGET_USERNAME=${{ secrets.CLI_TARGET_USERNAME_DEV }} CLI_TARGET_PASSWORD='${{ secrets.HARPERDB_CLI_TARGET_PASSWORD_DEV }}' pnpm harperdb deploy project='hdbms' target='${{ secrets.CLI_DEPLOY_TARGET_DEV }}' restart=false
Original file line number Diff line number Diff line change 1313 "build:prod" : " tsc -b && vite build --mode prod" ,
1414 "commitlint" : " commitlint --edit" ,
1515 "release" : " semantic-release" ,
16- "harperdb" : " harperdb" ,
1716 "update-sdk" : " npx -y dotenv-cli -e .env.local -- npm run update-sdk:fetch && npx -y openapi-typescript --root-types --alphabetize --enum ./dist/central-manager.json -o ./src/lib/api.gen.d.ts" ,
1817 "update-sdk:fetch" : " mkdir -p dist && curl --location \" $VITE_CENTRAL_MANAGER_API_URL/openapi\" -u \" $HDB_ADMIN_USERNAME_FOR_OPENAPI:$HDB_ADMIN_PASSWORD_FOR_OPENAPI\" -o ./dist/central-manager.json" ,
1918 "lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments