Skip to content

Commit 218786f

Browse files
authored
Modify S3 sync command in home-staging.yml
Removed the '--delete' option from the S3 sync command.
1 parent 9399896 commit 218786f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/home-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
aws s3 sync ./public/ s3://qa-tutorials-groupdocs-cloud/home/ \
5959
--endpoint-url https://s3-qa.dynabic.com \
6060
--acl public-read \
61-
--delete
6261
env:
6362
AWS_ACCESS_KEY_ID: ${{ secrets.CEPH_S3_QA_ACCESS_KEY }}
6463
AWS_SECRET_ACCESS_KEY: ${{ secrets.CEPH_S3_QA_SECRET_KEY }}

0 commit comments

Comments
 (0)