Skip to content

Commit

Permalink
build(ci): Update Backblaze configuration for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 8, 2024
1 parent a8d08f5 commit 31466b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ TWILIO_PHONE_NUMBER=
# discord
DISCORD_WEBHOOK_URL=

# backblaze
BACKBLAZE_BUCKET="deez"
BACKBLAZE_REGION="nutz"
BACKBLAZE_END_POINT="https://notify.jaw.dev/"
BACKBLAZE_KEY_ID="42069247365"
BACKBLAZE_APPLICATION_KEY="abcdefghijklmnopqrstuvwxyz"

# caprover
CAPROVER_DOMAIN=
CAPROVER_APP_TOKEN=
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ env:
# discord
DISCORD_WEBHOOK_URL: ''

# backblaze
BACKBLAZE_BUCKET: 'deez'
BACKBLAZE_REGION: 'nutz'
BACKBLAZE_END_POINT: 'https://notify.jaw.dev/'
BACKBLAZE_KEY_ID: '42069247365'
BACKBLAZE_APPLICATION_KEY: 'abcdefghijklmnopqrstuvwxyz'

jobs:
unit-test:
name: Unit tests
Expand Down

0 comments on commit 31466b8

Please sign in to comment.