tmux updates
This commit is contained in:
parent
464b8e4c7b
commit
9cd39587ab
1 changed files with 7 additions and 7 deletions
|
|
@ -1,23 +1,23 @@
|
||||||
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
|
|
||||||
|
|
||||||
name: rwa-api
|
name: rwa-api
|
||||||
root: ~/code/rwa/everblue-api
|
root: ~/code/rwa/everblue-api
|
||||||
|
|
||||||
on_project_start: ~/export_secrets.fish
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- editor:
|
- editor:
|
||||||
layout: 1341,176x62,0,0[176x22,0,0{91x22,0,0,0,84x22,92,0,4},176x3,0,23,2,176x35,0,27,3]
|
layout: 1341,176x62,0,0[176x22,0,0{91x22,0,0,0,84x22,92,0,4},176x3,0,23,2,176x35,0,27,3]
|
||||||
panes:
|
panes:
|
||||||
- cd ./frontend/site && nvm use 14 && npm run dev
|
- cd ./frontend/site && nvm use 14 && npm run dev
|
||||||
- cd ./api && awsume mt-dev && pipenv run chalice local --stage dev
|
- cd ./api && awsume -a mt-dev && pipenv run chalice local --stage dev
|
||||||
- clear
|
- clear
|
||||||
- vim
|
- vim
|
||||||
- db:
|
- db:
|
||||||
layout: 0843,176x62,0,0[176x31,0,0,1,176x30,0,32,5]
|
layout: 0843,176x62,0,0[176x31,0,0,1,176x30,0,32,5]
|
||||||
panes:
|
panes:
|
||||||
- pgcli postgresql://api-dev:$DEV_RWA_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
|
- pgcli postgresql://(pass work/rwa/dev/rwa-db-user):(pass work/rwa/dev/rwa-db-pass)@(pass work/rwa/dev/rwa-db-host):5432
|
||||||
- pgcli postgresql://dev-dev:$DEV_RWA_MOODLE_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
|
- pgcli postgresql://(pass work/rwa/dev/moodle-db-user):(pass work/rwa/dev/moodle-db-pass)@(pass work/rwa/dev/moodle-db-host):5432
|
||||||
|
- tests:
|
||||||
|
panes:
|
||||||
|
- cd everblue-e2e-testing
|
||||||
|
- cd everblue-e2e-testing && vim
|
||||||
- scratch:
|
- scratch:
|
||||||
panes:
|
panes:
|
||||||
- fish
|
- fish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue