-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination folder could be very helpful #21
Comments
I did a workaround for now: |
I just tried this as well and it worked, but it still threw an error
|
@petermize2077 did you end your bucket name with |
Hi @alexanderfanz, couldn't this be the solution instead of a workaround? Due to the S3's folder logic (tags) I think that this could be a better solution intenda of having a destination folder param. What do you think?
|
Hi, |
What worked for me is the delete-removed parameter. In addition to the boolean value, import-io/s3-deploy's deleteRemoved parameter also takes glob pattern as input. The corresponding parameter in s3-deploy github action is delete-removed. It will only update content in the given folder with the following setting.
|
I would like to use the src/ folder in my repo but have it delivered to the root of the bucket, any options for this? |
I just had the same problem. so I just structured my directory structure before moving. Eg: https://github.com/keploy/docs/blob/dd49612e11b98902a1f4396df455cd2ef7add62a/.github/workflows/main.yml#L38 |
I have several sites in the same bucket (basically one site per environment), so every CloudFront looks at some folder in the bucket.
Will be helpful if we could parametrize the destination folder inside the bucket.
The text was updated successfully, but these errors were encountered: