Skip to content

Commit 1bbc33e

Browse files
committed
Update
1 parent 10c377a commit 1bbc33e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
- completed
1010
workflow_dispatch:
1111

12+
# Only update envs here if you need to change them for this workflow
1213
env:
1314
DOCKER_BUILDKIT: 1
1415
KAMAL_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
1516
KAMAL_REGISTRY_USERNAME: ${{ github.actor }}
1617
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
1718
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
1819

20+
# Standard steps for building and deploying a .NET app via Kamal
1921
jobs:
2022
build-and-deploy:
2123
runs-on: ubuntu-latest

config/litestream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ dbs:
55
- path: /data/db.sqlite
66
replicas:
77
- type: s3
8-
bucket: diffusion-server-backup
8+
bucket: diffusion-server-dev
99
path: db.sqlite
1010
region: auto
1111
endpoint: https://b95f38ca3a6ac31ea582cd624e6eb385.r2.cloudflarestorage.com
1212
- path: /data/analytics.sqlite
1313
replicas:
1414
- type: s3
15-
bucket: diffusion-server-backup
15+
bucket: diffusion-server-dev
1616
path: analytics.sqlite
1717
region: auto
1818
endpoint: https://b95f38ca3a6ac31ea582cd624e6eb385.r2.cloudflarestorage.com

0 commit comments

Comments
 (0)