Feat/transfer tickets (#305) #599
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Upload assets to R2 — DEV | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
upload: | |
name: Upload assets to R2 | |
runs-on: ubuntu-latest | |
steps: | |
- name: ⏳ Cloning repo | |
uses: actions/checkout@v4 | |
with: | |
show-progress: false | |
- name: Setup Rclone action | |
uses: AnimMouse/setup-rclone@v1 | |
with: | |
rclone_config: ${{ secrets.CLOUDFLARE_R2_RSYNC_CONFIG }} | |
- name: Upload assets to R2 | |
run: rclone sync -vv ./emails/templates/static communityos_dev:static |