Skip to content

Commit

Permalink
also remove jornet-cli when compiling server for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 17, 2023
1 parent 66d64fd commit ab7bbc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,17 @@ jobs:
JORNET_LEADERBOARD_ID: ${{ secrets.JORNET_LEADERBOARD_ID }}
JORNET_LEADERBOARD_KEY: ${{ secrets.JORNET_LEADERBOARD_KEY }}

- name: remove Bevy plugin
- name: remove other crates to reduce dependencies
run: |
rm -rf bevy-jornet
rm -rf jornet-cli
cargo new --lib bevy-jornet
cargo new --lib jornet-cli
cargo update
git add bevy-jornet
git add jornet-cli
git add Cargo.lock
git commit --message "remove Bevy plugin"
git commit --message "remove other crates"
- name: build front
run: |
Expand Down

0 comments on commit ab7bbc3

Please sign in to comment.