File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - completed
1010 workflow_dispatch :
1111
12+ # Only update envs here if you need to change them for this workflow
1213env :
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
1921jobs :
2022 build-and-deploy :
2123 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments