rigged shuffle
This commit is contained in:
@@ -4,8 +4,17 @@ vars:
|
||||
compose_file: "./compose/local-compose.yaml"
|
||||
cache_bust:
|
||||
sh: "date +%s"
|
||||
test_db: "~/databases/demo.db"
|
||||
schema_db: "./sqlite/schema.sql"
|
||||
svg_path: "~/svgs/flaticon_colored_svgs"
|
||||
session_secret: "c3fca773c8889eb3352745c4fe503df0"
|
||||
frontend: "http://localhost:8080"
|
||||
|
||||
tasks:
|
||||
demo_run:
|
||||
cmds:
|
||||
- sh -c "SQLITE_DB={{.test_db}} JWT_SECRET={{.session_secret}} FRONTEND_HOST={{.frontend}} air"
|
||||
|
||||
build:
|
||||
cmds:
|
||||
- docker compose -f {{.compose_file}} build --no-cache
|
||||
|
||||
Reference in New Issue
Block a user