Update justfile

This commit is contained in:
Mayel de Borniol 2024-02-24 14:26:34 +00:00
parent 59514b004f
commit 93af1efede

View file

@ -199,7 +199,7 @@ dev-profile-iex profile:
docker compose --profile $profile exec web iex --sname extra --remsh localenv
dev-federate:
FEDERATE=yes HOT_CODE_RELOAD=0 HOSTNAME=$(just local-tunnel-hostname) PUBLIC_PORT=443 just dev
FEDERATE=yes HOT_CODE_RELOAD=0 HOSTNAME=`just local-tunnel-hostname` PUBLIC_PORT=443 just dev
dev-docker *args='': docker-stop-web
docker compose $args run --name $WEB_CONTAINER --service-ports web
@ -576,7 +576,7 @@ test-federation-dance-positions:
TEST_INSTANCE=yes MIX_ENV=test just mix deps.clean bonfire --build
test-federation-live-DRAGONS *args='':
FEDERATE=yes PHX_SERVER=yes HOSTNAME=$(just local-tunnel-hostname) PUBLIC_PORT=443 just test --only live_federation $@
FEDERATE=yes PHX_SERVER=yes HOSTNAME=`just local-tunnel-hostname` PUBLIC_PORT=443 just test --only live_federation $@
load_testing:
TEST_INSTANCE=yes just mix bonfire.load_testing