Skip to content

Commit

Permalink
Upgrade cargo-shuttle
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Mar 5, 2024
1 parent 56b5d7a commit f3631be
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install cargo-shuttle
run: |
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall -y cargo-shuttle@0.25.0
cargo binstall -y cargo-shuttle@0.40.0
- name: Deploy to Shuttle
run: |
cargo shuttle deploy --allow-dirty --no-test --working-directory http_server/
Expand Down
Loading

0 comments on commit f3631be

Please sign in to comment.