Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Elimah committed Sep 17, 2023
1 parent 82f0ed7 commit a9c6088
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,16 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Upload file to CDN on Cloudflare R2
uses: Noelware/[email protected]
with:
files: |
./builds/moneroo-woocommerce.zip
access-key-id: ${{ secrets.CLOUDFLARE_ACCESS_KEY_ID }}
bucket: ${{ secrets.CLOUDFLARE_BUCKET }}
secret-key: ${{ secrets.CLOUDFLARE_SECRET_ACCESS_KEY }}
endpoint: https://602858bb6416375c863b77c5fb022e08.r2.cloudflarestorage.com/moneroo
prefix: /plugins
path-format: $(prefix)/$(file)
region: us-east-1
uses: koraykoska/s3-upload-github-action@master
env:
FILE: ./builds/moneroo-woocommerce.zip
S3_ENDPOINT: '602858bb6416375c863b77c5fb022e08.r2.cloudflarestorage.com/moneroo'
S3_BUCKET: ${{ secrets.CLOUDFLARE_BUCKET }}
S3_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUDFLARE_SECRET_ACCESS_KEY }}


# deploy_on_wordpress_svn:
# needs: build
Expand Down

0 comments on commit a9c6088

Please sign in to comment.