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

Commit

Permalink
Add integration with shuttle for deployment (#24)
Browse files Browse the repository at this point in the history
* Add shuttle crate

* Update sqlx table schema

* Add shuttle deployment
  • Loading branch information
adrianEffe authored Sep 3, 2023
1 parent f44f76c commit 8671998
Show file tree
Hide file tree
Showing 9 changed files with 817 additions and 37 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DATABASE_URL="postgres://postgres:password@localhost:5432/briefly"
DATABASE_URL="postgres://postgres:password@localhost:5432/briefly"
SQLX_OFFLINE=true

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

Loading

0 comments on commit 8671998

Please sign in to comment.