This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
Nikolai Rodionov dc364aaba9 Init branch
WIP: Nothing really

Check pre-commit hook

Test

Get static from another bucket

Check the job

Check the job

Test the script again

Test the script again

Test the script again

feat: start using git lfs

build: upload media to minio

fix: Add more rules to .dockerignore

fix: Add more rules to .dockerignore

fix: Add more rules to .dockerignore

fix: Check if script is working

fix: Check if script is working
2023-03-17 15:47:43 +01:00

13 lines
390 B
Makefile

upload_static:
rclone copy -P static badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/
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