File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
- completed
10
10
workflow_dispatch :
11
11
12
+ # Only update envs here if you need to change them for this workflow
12
13
env :
13
14
DOCKER_BUILDKIT : 1
14
15
KAMAL_REGISTRY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
15
16
KAMAL_REGISTRY_USERNAME : ${{ github.actor }}
16
17
R2_ACCESS_KEY_ID : ${{ secrets.R2_ACCESS_KEY_ID }}
17
18
R2_SECRET_ACCESS_KEY : ${{ secrets.R2_SECRET_ACCESS_KEY }}
18
19
20
+ # Standard steps for building and deploying a .NET app via Kamal
19
21
jobs :
20
22
build-and-deploy :
21
23
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5
5
- path : /data/db.sqlite
6
6
replicas :
7
7
- type : s3
8
- bucket : diffusion-server-backup
8
+ bucket : diffusion-server-dev
9
9
path : db.sqlite
10
10
region : auto
11
11
endpoint : https://b95f38ca3a6ac31ea582cd624e6eb385.r2.cloudflarestorage.com
12
12
- path : /data/analytics.sqlite
13
13
replicas :
14
14
- type : s3
15
- bucket : diffusion-server-backup
15
+ bucket : diffusion-server-dev
16
16
path : analytics.sqlite
17
17
region : auto
18
18
endpoint : https://b95f38ca3a6ac31ea582cd624e6eb385.r2.cloudflarestorage.com
You can’t perform that action at this time.
0 commit comments