Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 16, 2024
1 parent 10c377a commit 1bbc33e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
- completed
workflow_dispatch:

# Only update envs here if you need to change them for this workflow
env:
DOCKER_BUILDKIT: 1
KAMAL_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
KAMAL_REGISTRY_USERNAME: ${{ github.actor }}
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}

# Standard steps for building and deploying a .NET app via Kamal
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions config/litestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dbs:
- path: /data/db.sqlite
replicas:
- type: s3
bucket: diffusion-server-backup
bucket: diffusion-server-dev
path: db.sqlite
region: auto
endpoint: https://b95f38ca3a6ac31ea582cd624e6eb385.r2.cloudflarestorage.com
- path: /data/analytics.sqlite
replicas:
- type: s3
bucket: diffusion-server-backup
bucket: diffusion-server-dev
path: analytics.sqlite
region: auto
endpoint: https://b95f38ca3a6ac31ea582cd624e6eb385.r2.cloudflarestorage.com

0 comments on commit 1bbc33e

Please sign in to comment.