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

Commit

Permalink
[deploy-js-sdk] Remove --delete argument when uploading bundle to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Aug 12, 2023
1 parent e80a4bf commit 898c660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-js-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# - packages/js/**

jobs:
build-upload-invalidate:
build-deploy-js-sdk:
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Upload bundle to S3
uses: jakejarvis/s3-sync-action@master
with:
args: --follow-symlinks --delete
args: --follow-symlinks
env:
AWS_S3_BUCKET: cdn.revert.dev
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

1 comment on commit 898c660

@vercel
Copy link

@vercel vercel bot commented on 898c660 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-git-main-revertdev.vercel.app
revert-client-revertdev.vercel.app
app.revert.dev

Please sign in to comment.