mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-30 06:53:15 +00:00
fix: add some exclusions to the bucket push
This commit is contained in:
parent
26213defc8
commit
def8797fa3
2
.github/workflows/push-to-bucket.yml
vendored
2
.github/workflows/push-to-bucket.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Upload Staging Plugin to Cloudflare Bucket
|
||||
uses: jakejarvis/s3-sync-action@v0.5.1
|
||||
with:
|
||||
args: --delete --follow-symlinks --exclude '.git/*' --exclude '.github/*'
|
||||
env:
|
||||
AWS_S3_ENDPOINT: ${{ secrets.CF_ENDPOINT }}
|
||||
AWS_S3_BUCKET: ${{ secrets.CF_BUCKET }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user