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

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Aug 11, 2023
1 parent 31a3efd commit 5c00e1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-js-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
paths:
- packages/js/**
# paths:
# - packages/js/**

jobs:
build-upload-invalidate:
Expand All @@ -28,6 +28,8 @@ jobs:
env:
CORE_API_BASE_URL: ${{ secrets.CORE_API_BASE_URL }}
REDIRECT_URL_BASE: ${{ secrets.REDIRECT_URL_BASE }}
- name: List Files in Workspace
run: ls -R
- name: Upload bundle to S3
uses: jakejarvis/s3-sync-action@master
with:
Expand Down

1 comment on commit 5c00e1c

@vercel
Copy link

@vercel vercel bot commented on 5c00e1c Aug 11, 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.