You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
547 B
16 lines
547 B
upload_static:
|
|
rclone copy -P static badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/
|
|
|
|
sync_static_with_main:
|
|
rclone sync -P badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/ badhouseplants-minio:/badhouseplants-net-main/
|
|
|
|
get_static:
|
|
rclone copy -P badhouseplants-public:/badhouseplants-static static
|
|
|
|
init_static:
|
|
rclone copy -P badhouseplants-public:/badhouseplants-static badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/
|
|
|
|
submodules:
|
|
git submodule update --init --recursive
|
|
|