Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Oct 18, 2024
1 parent 45f6c1e commit 11a6b93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
sudo systemctl start fossil_headers_db
sudo systemctl status fossil_headers_db --no-pager
# Use predefined start block 20990670
START_BLOCK=20990670
START_BLOCK=20990710
echo "Starting block: $START_BLOCK"
# Run cargo with the specified start block
nohup cargo run fix --start $START_BLOCK &
# Create or attach to a tmux session and run cargo inside it
tmux new-session -d -s fossil_fix_session "cargo run fix --start $START_BLOCK"

0 comments on commit 11a6b93

Please sign in to comment.