diff --git a/justfile b/justfile index d143ee92..7fff3c6c 100644 --- a/justfile +++ b/justfile @@ -46,7 +46,7 @@ bash-staging: shell: docker-compose run --rm trcustoms manage shell shell-prod: - ssh -t trcustoms 'cd ~/srv/website; docker-compose -f docker-compose.prod.yml run --rm trcustoms manage shell_plus' + ssh -t trcustoms 'cd ~/srv/website; docker-compose -f docker-compose.prod.yml run --rm trcustoms manage shell' shell-staging: ssh -t trcustoms 'cd ~/srv/website-staging; docker-compose -f docker-compose.prod.yml run --rm trcustoms manage shell'