Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore 130424 #138

Merged
merged 3 commits into from
Apr 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions .github/workflows/rclone-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: "🔄 Rclone"
on:
push:
branches: [main]
paths:
- "lib/**"
workflow_dispatch: {}
Expand All @@ -14,30 +15,15 @@ jobs:
sync:
if: github.repository == 'z-shell/zi-src'
runs-on: ubuntu-latest
environment: "cloud-storage"
env:
local_path: "lib"
r2_remote_path: "r2store:r2-store/src"
#cdn_remote_path: "cdn:digital-space/src"
#cdn_us_central_remote_path: "cdn-us-central:gcp-space/src"
remote_path: "r2:r2-store/src"
steps:
- name: "⤵️ Check out code from GitHub"
uses: actions/[email protected]
- name: "⏫ Run rclone/r2-store"
uses: z-shell/.github/actions/rclone@56c2250b6e49c6d510a9dc4107ea8ad3b9135c2f
with:
config: ${{ secrets.R2_STORE }}
args: "copy ${{ env.local_path }} ${{ env.r2_remote_path }}"
args: "copy ${{ env.local_path }} ${{ env.remote_path }}"
debug: false
#- name: "⏫ Run rclone/cdn"
#uses: z-shell/.github/actions/[email protected]
#with:
# config: ${{ secrets.CDN_STORE }}
# args: "sync ${{ env.local_path }} ${{ env.cdn_remote_path }}"
# debug: false
#- name: "⏫ Run rclone/cdn_us_central_remote_path"
#uses: z-shell/.github/actions/[email protected]
#with:
# config: ${{ secrets.GCP_STORE }}
# args: "sync ${{ env.local_path }} ${{ env.cdn_us_central_remote_path }}"
# debug: false
175 changes: 0 additions & 175 deletions lib/zsh/git-progress.zsh

This file was deleted.

Loading