Skip to content

Commit

Permalink
ci: update ci and prefix of static file
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Mar 21, 2023
1 parent 69c55b7 commit 565a43b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -55,4 +55,5 @@ payment:
capabilities:
clusterMode: false
component: true
navigation: true
components: []
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -130,4 +130,4 @@
"@material-ui/icons": "4.11.2"
},
"license": "Apache-2.0"
}
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.20
0.2.21

0 comments on commit 565a43b

Please sign in to comment.