chore(deps): update deps (#250) #284
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Blocklet workflow | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
Deploy: | |
runs-on: ubuntu-latest | |
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v2 | |
# - name: Set yarn cache | |
# uses: c-hive/gha-yarn-cache@v2 | |
- name: Init | |
run: make github-init | |
- name: Blocklet workflow | |
uses: blocklet/action-workflow@v1.1 | |
with: | |
skip-upload: false | |
skip-deploy: false | |
bundle-command: yarn bundle | |
store-endpoint: ${{ secrets.STORE_ENDPOINT_DEV }} | |
store-access-token: ${{ secrets.STORE_ACCESS_TOKEN_DEV }} | |
abtnode-endpoint: ${{ secrets.STAGING_NODE_ENDPOINT }} | |
access-key: ${{ secrets.STAGING_NODE_ACCESS_KEY }} | |
access-secret: ${{ secrets.STAGING_NODE_ACCESS_SECRET }} | |
slack-webhook: ${{ secrets.SLACK_WEBHOOK }} | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
deploy-app-did: zNKeLKixvCM32TkVM1zmRDdAU3bvm3dTtAcM | |
deploy-mount-point: / |