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