Skip to content

Commit d5f5480

Browse files
authored
Chore 130424 (#138)
* Delete lib/zsh/git-progress.zsh * Update rclone-action.yml --------- Signed-off-by: Sall <[email protected]>
1 parent 44d4ad0 commit d5f5480

File tree

2 files changed

+3
-192
lines changed

2 files changed

+3
-192
lines changed

.github/workflows/rclone-action.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: "🔄 Rclone"
33
on:
44
push:
5+
branches: [main]
56
paths:
67
- "lib/**"
78
workflow_dispatch: {}
@@ -14,30 +15,15 @@ jobs:
1415
sync:
1516
if: github.repository == 'z-shell/zi-src'
1617
runs-on: ubuntu-latest
17-
environment: "cloud-storage"
1818
env:
1919
local_path: "lib"
20-
r2_remote_path: "r2store:r2-store/src"
21-
#cdn_remote_path: "cdn:digital-space/src"
22-
#cdn_us_central_remote_path: "cdn-us-central:gcp-space/src"
20+
remote_path: "r2:r2-store/src"
2321
steps:
2422
- name: "⤵️ Check out code from GitHub"
2523
uses: actions/[email protected]
2624
- name: "⏫ Run rclone/r2-store"
2725
uses: z-shell/.github/actions/rclone@56c2250b6e49c6d510a9dc4107ea8ad3b9135c2f
2826
with:
2927
config: ${{ secrets.R2_STORE }}
30-
args: "copy ${{ env.local_path }} ${{ env.r2_remote_path }}"
28+
args: "copy ${{ env.local_path }} ${{ env.remote_path }}"
3129
debug: false
32-
#- name: "⏫ Run rclone/cdn"
33-
#uses: z-shell/.github/actions/[email protected]
34-
#with:
35-
# config: ${{ secrets.CDN_STORE }}
36-
# args: "sync ${{ env.local_path }} ${{ env.cdn_remote_path }}"
37-
# debug: false
38-
#- name: "⏫ Run rclone/cdn_us_central_remote_path"
39-
#uses: z-shell/.github/actions/[email protected]
40-
#with:
41-
# config: ${{ secrets.GCP_STORE }}
42-
# args: "sync ${{ env.local_path }} ${{ env.cdn_us_central_remote_path }}"
43-
# debug: false

lib/zsh/git-progress.zsh

-175
This file was deleted.

0 commit comments

Comments
 (0)