1
0
Fork 0

add base dotfiles

This commit is contained in:
cătălin 2021-11-09 12:16:41 +01:00
commit 39254e5c3b
No known key found for this signature in database
GPG key ID: F7DF0BC66B3C7F8D
35 changed files with 699 additions and 0 deletions

26
chaakoo/sls_offline.yml Normal file
View file

@ -0,0 +1,26 @@
name: sls-offline
windows:
- grid: |
term term
sls-start docs-serve
name: window1
commands:
- pane: term
command: |
source .venv/bin/activate.fish
source ../.env-prod.fish
set -x AWS_DEFAULT_REGION "eu-west-1"
clear
workdir: /home/catalin/dev/ceco/valexa
- pane: sls-start
command: |
source ../.env-prod.fish
make sls-stop
make sls-start
make sls-flog
workdir: /home/catalin/dev/ceco/valexa
- pane: docs-serve
command: |
source .venv/bin/activate.fish
make docs-serve
workdir: /home/catalin/dev/ceco/valexa