Skip to content

Commit

Permalink
use inertial assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 3, 2024
1 parent 69e0569 commit caf790b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .dvc/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
remote = vault
['remote "vault"']
url = webdavs://inertial.cci.drexel.edu/vault/dvc/lenskit-codex
ssl_verify = false
['remote "assets-publish"']
url = ssh://lenskit-assets@ny.storage.bunnycdn.com/dvc
['remote "assets"']
url = https://codex.lenskit.org/dvc/
url = webdavs://inertial.cci.drexel.edu/vault/dvc/lenskit-codex-web
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ render:

# push web assets to the cloud
upload-web-assets:
dvc push --no-run-cache -r assets-publish dvc.yaml
dvc push --no-run-cache -r assets-publish -R images
dvc push --no-run-cache -r assets dvc.yaml
dvc push --no-run-cache -r assets -R images

# fetch web assets from the cloud
fetch-web-assets:
Expand Down

0 comments on commit caf790b

Please sign in to comment.