Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix(ci): update deploy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Aug 12, 2023
1 parent d2d70e2 commit 16a9f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-js-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn install

- name: Build SDK
run: yarn workspace @revertdotdev/js build
run: yarn workspace @revertdotdev/js deploy
env:
CORE_API_BASE_URL: ${{ secrets.CORE_API_BASE_URL }}
REDIRECT_URL_BASE: ${{ secrets.REDIRECT_URL_BASE }}
Expand Down

1 comment on commit 16a9f83

@vercel
Copy link

@vercel vercel bot commented on 16a9f83 Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

revert-client-revertdev.vercel.app
revert-client-git-main-revertdev.vercel.app
app.revert.dev

Please sign in to comment.