Skip to content

Commit

Permalink
justfile: fix sshing into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Dec 1, 2024
1 parent d3d2f19 commit c67ce7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ bash-staging:
shell:
docker-compose run --rm trcustoms manage shell
shell-prod:
ssh -t trcustoms 'cd ~/srv/website; just shell'
ssh -t trcustoms 'cd ~/srv/website; docker-compose -f docker-compose.prod.yml run --rm trcustoms manage shell_plus'
shell-staging:
ssh -t trcustoms 'cd ~/srv/website-staging; just shell'
ssh -t trcustoms 'cd ~/srv/website-staging; docker-compose -f docker-compose.prod.yml run --rm trcustoms manage shell'

snippet:
docker-compose run -T --rm trcustoms manage shell
Expand Down

0 comments on commit c67ce7f

Please sign in to comment.