From de56c063308054b07a904fd2c4229ab9f1d7f92c Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 16 Aug 2024 13:23:30 -0400 Subject: [PATCH] klj --- .github/workflows/push-to-bucket.yml | 24 ++++++++++++++++++++++++ log.txt | 4 ++++ 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/push-to-bucket.yml diff --git a/.github/workflows/push-to-bucket.yml b/.github/workflows/push-to-bucket.yml new file mode 100644 index 000000000..06bb44803 --- /dev/null +++ b/.github/workflows/push-to-bucket.yml @@ -0,0 +1,24 @@ +name: Push to S3 Bucket + +on: + push: + branches: + - master + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + 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 }} + AWS_ACCESS_KEY_ID: ${{ secrets.CF_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_SECRET_ACCESS_KEY }} + AWS_REGION: 'auto' + DEST_DIR: 'feed/' diff --git a/log.txt b/log.txt index 80a23d0d5..a6792a10c 100755 --- a/log.txt +++ b/log.txt @@ -4323,3 +4323,7 @@ Privileged: 104 Updating GitHub +[master 155ef16e0] Update + 6 files changed, 477 insertions(+), 344 deletions(-) +To https://github.com/Squidly271/AppFeed.git + a387f4916..155ef16e0 master -> master