Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 7, 2023
1 parent de1c12f commit 1684ef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
npm install -g bos-workspace
- name: Build the workspaces
"run": |
cd $BOS_WORKSPACE_DIRECTORY
run: |
cd "$BOS_WORKSPACE_DIRECTORY"
npm run build
- name: Deploy widgets
"run": |
run: |
pwd
cd $BOS_WORKSPACE_DIRECTORY/build/$BOS_APP_NAME
cd "$BOS_WORKSPACE_DIRECTORY/build/$BOS_APP_NAME"
bos components deploy "$BOS_DEPLOY_ACCOUNT_ID" sign-as "$BOS_SIGNER_ACCOUNT_ID" network-config "$BOS_DEPLOY_ENV" sign-with-plaintext-private-key --signer-public-key "$BOS_SIGNER_PUBLIC_KEY" --signer-private-key "$BOS_SIGNER_PRIVATE_KEY" send

0 comments on commit 1684ef0

Please sign in to comment.