Skip to content

Commit

Permalink
sync to local
Browse files Browse the repository at this point in the history
Signed-off-by: Akhilesh Sabharwal <[email protected]>
  • Loading branch information
asbrwl committed Apr 12, 2024
1 parent bed8e68 commit 0550952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
set -e
cargo shuttle login --api-key ${{ secrets.SHUTTLE_DEPLOY_KEY }}
# the official Shuttle action strips out the database uri, we might as well do the same
cargo shuttle deploy --allow-dirty | awk '!/Database URI.*?$/'
cargo shuttle deploy --allow-dirty --name ${{ secrets.SHUTTLE_PROJECT_NAME }} | awk '!/Database URI.*?$/'
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "readable-asbrwl"
name = "readable"
version = "0.2.0"
edition = "2021"
publish = false
Expand Down

0 comments on commit 0550952

Please sign in to comment.