Skip to content

Commit

Permalink
fixup! chore(ci): add node bridge bin.js CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Oct 1, 2024
1 parent 7f208a6 commit 48aa724
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-node-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ jobs:
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_trezor_suite_dev_deploy
aws-region: eu-central-1

- name: Extract branch name
id: extract_branch
run: |
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
- name: Upload dist to dev server
shell: bash
env:
DEPLOY_PATH: s3://dev.suite.sldev.cz/transport-bridge/dist
DEPLOY_PATH: s3://dev.suite.sldev.cz/transport-bridge/${{ steps.extract_branch.outputs.branch }}/dist
run: |
echo "DEPLOY_PATH is set to ${DEPLOY_PATH}"
mkdir -p tmp_build_directory
Expand Down

0 comments on commit 48aa724

Please sign in to comment.