We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crates-admin enqueue-job
1 parent b43669b commit 6bae33eCopy full SHA for 6bae33e
Justfile
@@ -12,7 +12,7 @@ _assert_heroku:
12
# Squash the index (specify env=production or env=staging)
13
squash-index: _assert_heroku
14
@echo Running an index sqaush against app: {{ app }}
15
- heroku run -a {{ app }} -- target/release/enqueue-job squash_index
+ heroku run -a {{ app }} -- target/release/crates-admin enqueue-job squash_index
16
@echo
17
@echo There are several steps that must be done by hand:
18
@echo 1. Fetch the index and push the snapshot branch to the "crates.io-index-archive" repo.
0 commit comments