Skip to content

Commit

Permalink
update smartly aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Locke23rus committed Jul 31, 2023
1 parent 8497381 commit 8955d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions zsh/aliases_smartly.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ alias tlu='cd ~/code/smartly/testlab-ui'
alias ui='cd ~/code/smartly/smartly-ui'
alias dis='cd ~/code/smartly/distillery'
alias dh='cd ~/code/smartly/distillery-helpers'
alias e2e_sh='docker-compose run -v $(pwd):/usr/src/app test-e2e /bin/sh'
alias e2e_build='docker-compose up --build test-e2e'
alias oa_build='docker-compose up --build build-open-api'
alias e2e_sh='devbox compose run -v $(pwd):/usr/src/app test-e2e /bin/sh'
alias e2e_build='devbox compose up test-e2e'
alias oa_build='devbox compose up build-open-api'
alias ssh_citus='ssh cituscoord01.smartly.io'
alias dcrt='dcr test'
alias dspec='dcr test rspec'
alias dcr='devbox compose run'
alias dcb='devbox compose build'

0 comments on commit 8955d4c

Please sign in to comment.