content: Update the CV
This commit is contained in:
15
Makefile
15
Makefile
@ -1,15 +1,6 @@
|
||||
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)/
|
||||
|
||||
init: lfs submodules
|
||||
lfs:
|
||||
git lfs pull
|
||||
submodules:
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
Reference in New Issue
Block a user