29 lines
628 B
YAML
29 lines
628 B
YAML
- name: Start duckdns
|
|
command: just start duckdns
|
|
args:
|
|
chdir: /home/bapasqui/projects/ft_chatons
|
|
|
|
- name: Start caddy
|
|
command: just start caddy
|
|
args:
|
|
chdir: /home/bapasqui/projects/ft_chatons
|
|
|
|
- name: Start doh
|
|
command: just start doh
|
|
args:
|
|
chdir: /home/bapasqui/projects/ft_chatons
|
|
|
|
- name: Start postgresql
|
|
command: just start postgresql
|
|
args:
|
|
chdir: /home/bapasqui/projects/ft_chatons
|
|
|
|
- name: Start keycloak
|
|
command: just start keycloak
|
|
args:
|
|
chdir: /home/bapasqui/projects/ft_chatons
|
|
|
|
- name: Start git
|
|
command: just start git
|
|
args:
|
|
chdir: /home/bapasqui/projects/ft_chatons |