diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08fba08..a2bb7f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,10 @@ jobs: store-endpoint: ${{ secrets.STORE_ENDPOINT_PROD }} store-access-token: ${{ secrets.STORE_ACCESS_TOKEN_PROD }} abtnode-endpoint: ${{ secrets.STAGING_NODE_ENDPOINT }} + deploy-app-did: zNKqftHB7ibZkHrz6Gu37xJXHLKqH5TJYEgd + deploy-mount-point: / access-key: ${{ secrets.STAGING_NODE_ACCESS_KEY }} access-secret: ${{ secrets.STAGING_NODE_ACCESS_SECRET }} slack-webhook: ${{ secrets.SLACK_WEBHOOK }} github-token: ${{ secrets.GITHUB_TOKEN }} + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeca3d..1af1855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.21 (March 21, 2023) + +- ci: update ci and prefix of static file + ## 0.2.20 (October 30, 2022) - upgrade deps diff --git a/blocklet.yml b/blocklet.yml index 2f102d9..405ce9b 100644 --- a/blocklet.yml +++ b/blocklet.yml @@ -9,7 +9,7 @@ author: repository: type: git url: git+https://github.com/blocklet/faucet-webapp.git -version: 0.2.20 +version: 0.2.21 license: Apache-2.0 title: ABT Network Faucet files: @@ -55,4 +55,5 @@ payment: capabilities: clusterMode: false component: true + navigation: true components: [] diff --git a/package.json b/package.json index f90d0f5..8562410 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/blocklet/faucet-webapp/issues", "email": "shijun@arcblock.io" }, - "version": "0.2.20", + "version": "0.2.21", "dependencies": { "@arcblock/did": "^1.18.4", "@arcblock/did-auth": "^1.18.4", @@ -76,7 +76,7 @@ "start:server": "NODE_ENV=development nodemon api/index.js -w api", "build:client": "react-scripts build && rm -f build/static/**/*.map", "bundle": "npm run clean && npm run bundle:client && npm run bundle:server", - "bundle:client": "PUBLIC_URL=\"/.blocklet/proxy\" REACT_APP_API_PREFIX=\"\" REACT_APP_APP_NAME=\"ABTNetwork Faucet\" npm run build:client", + "bundle:client": "PUBLIC_URL=\"/.blocklet/proxy/z8iZzjfRix3FewZbMxNwcRp1TdUBa32VoLtps\" REACT_APP_API_PREFIX=\"\" REACT_APP_APP_NAME=\"ABTNetwork Faucet\" npm run build:client", "bundle:server": "NODE_ENV=production blocklet bundle --zip --create-release", "deploy": "npm run bundle && blocklet deploy .blocklet/bundle" }, @@ -130,4 +130,4 @@ "@material-ui/icons": "4.11.2" }, "license": "Apache-2.0" -} +} \ No newline at end of file diff --git a/version b/version index 3bfb9a4..599028f 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.20 +0.2.21