diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:52:26 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:52:26 +0200 |
| commit | 373025abd52d90cad76d2c7b59d27720cd0345d8 (patch) | |
| tree | a6fe153736f3ab84784656ff12c48b974d7d3028 | |
| parent | b4ad7c18b29983f0145540911e5b90dd1d048c07 (diff) | |
| -rw-r--r-- | .build.yml | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ sources: - git@git.sr.ht:~rbdr/page secrets: - a1e0e3da-c1ad-473a-ad69-8878f267a628 - - 0b0d3e5e-fbdc-41d0-97ed-ee654fe797ff + - deedaf0c-1534-445d-a9b8-0910b22478b4 - f80356df-eb81-487f-8739-fbf08bf204dc - 05763ec6-2f17-46b5-90f6-963482975b8b tasks: @@ -2,7 +2,7 @@ profile := dev target = $(shell rustc -vV | grep host | awk '{print $$2}') architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu app_name := page -deploy_host := deploy@conchos.unlimited.pizza +deploy_host := deploy@conchos.bdr.sh deploy_path := /srv/http/build.r.bdr.sh/$(app_name) define sign_and_deploy |