mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Fixed deploy command
This commit is contained in:
2
justfile
2
justfile
@@ -87,7 +87,7 @@ cleanup-versions:
|
|||||||
deploy:
|
deploy:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
docker compose up -d --wait
|
docker compose up -d --wait
|
||||||
docker exec -it am-d-modeleu-worker-1 ./setup.sh
|
docker compose exec -it worker setup.sh
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
bun run prettier --write "**/*.{js,jsx,ts,tsx,html,css,scss,sass,svelte,yaml,json,markdown}"
|
bun run prettier --write "**/*.{js,jsx,ts,tsx,html,css,scss,sass,svelte,yaml,json,markdown}"
|
||||||
|
|||||||
Reference in New Issue
Block a user