Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into remove-name-field
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically authored Aug 22, 2024
2 parents 658701a + 637a923 commit 91d081c
Show file tree
Hide file tree
Showing 69 changed files with 4,189 additions and 1,070 deletions.
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ SMTP_HOST=none

SITE_VERIFY_EMAIL_PATH=none
SITE_RESET_PASSWORD_PATH=none
SITE_BILLING_PATH=none

BEEHIIV_PUBLICATION_ID=none
BEEHIIV_API_KEY=none
Expand All @@ -99,4 +100,7 @@ MAXMIND_LICENSE_KEY=none

PAYOUTS_BUDGET=100

FLAME_ANVIL_URL=none
FLAME_ANVIL_URL=none

STRIPE_API_KEY=none
STRIPE_WEBHOOK_SECRET=none
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Start Docker Compose
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d

- name: Install cargo tarpaulin
uses: taiki-e/install-action@cargo-tarpaulin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Start Docker Compose
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d

- uses: actions-rs/toolchain@v1
name: Install toolchain
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 91d081c

Please sign in to comment.