fix(app): pc_targets lucas-linux (este PC es Linux nativo, no WSL)
El pc_id real de la maquina es lucas-linux; home-wsl era incorrecto. Verificado contra ~/.fn_pc y pc_locations.
This commit is contained in:
@@ -17,7 +17,7 @@ uses_functions:
|
|||||||
uses_types: []
|
uses_types: []
|
||||||
framework: ""
|
framework: ""
|
||||||
entry_point: "web_proxy"
|
entry_point: "web_proxy"
|
||||||
dir_path: "apps/web_proxy"
|
dir_path: "projects/web_scraping/apps/web_proxy"
|
||||||
repo_url: ""
|
repo_url: ""
|
||||||
service:
|
service:
|
||||||
port: 8080
|
port: 8080
|
||||||
@@ -28,7 +28,7 @@ service:
|
|||||||
restart_policy: always
|
restart_policy: always
|
||||||
runtime: systemd-user
|
runtime: systemd-user
|
||||||
pc_targets:
|
pc_targets:
|
||||||
- home-wsl
|
- lucas-linux
|
||||||
is_local_only: true
|
is_local_only: true
|
||||||
e2e_checks:
|
e2e_checks:
|
||||||
- id: syntax
|
- id: syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user