Skip to content

Commit

Permalink
feat: migrate to infisical
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 31, 2024
1 parent 5b0b267 commit e81e93d
Show file tree
Hide file tree
Showing 14 changed files with 416 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nix_direnv_watch_file "./nix/env.nix" "./nix/fmt.nix" "./nix/packages.nix" "./nix/shells.nix" "./nix/pre-commit.nix" "./flake.nix" "./parse.nix"
watch_file "./nix/env.nix" "./nix/fmt.nix" "./nix/packages.nix" "./nix/shells.nix" "./nix/pre-commit.nix" "./flake.nix" "./parse.nix"
use flake
12 changes: 0 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ env:
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
DOCKER_LATEST_BRANCH: develop

DOCKER_CACHE_KEY_ID: ${{ secrets.R2_KEY_ID }}
DOCKER_CACHE_KEY_SECRET: ${{ secrets.R2_KEY_SECRET }}
DOCKER_CACHE_URL: "https://9f21cac25548ad04899fc78c8101e7de.r2.cloudflarestorage.com"
DOCKER_CACHE_BUCKET: "ci-cache"
DOCKER_CACHE_REGION: "APAC"

# Helm
HELM_DOMAIN: ghcr.io
HELM_USER: ${{ github.actor }}
Expand Down Expand Up @@ -83,12 +77,6 @@ jobs:
DOCKER_PASSWORD: ${{ env.DOCKER_PASSWORD }}
DOCKER_USER: ${{ env.DOCKER_USER }}

S3_KEY_ID: ${{ env.DOCKER_CACHE_KEY_ID }}
S3_KEY_SECRET: ${{ env.DOCKER_CACHE_KEY_SECRET }}
S3_URL: ${{ env.DOCKER_CACHE_URL }}
S3_BUCKET: ${{ env.DOCKER_CACHE_BUCKET }}
S3_REGION: ${{ env.DOCKER_CACHE_REGION }}

LATEST_BRANCH: ${{ env.DOCKER_LATEST_BRANCH}}

publish:
Expand Down
Loading

0 comments on commit e81e93d

Please sign in to comment.