Skip to content

Commit

Permalink
backend: fix sshing to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Dec 10, 2024
1 parent 9303644 commit 2c989e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 2c989e6

Please sign in to comment.