File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,15 @@ log.stdout.enabled = true
55
66[[activity_wasm ]]
77name = " activity_fly_http"
8- location.path = " ${OBELISK_TOML_DIR}/../components-flyio/target/wasm32-wasip2/release/activity_fly_http.wasm"
9- max_retries = 5
8+ location.oci = " docker.io/getobelisk/components_flyio_activity_fly_http:2025-09-28@sha256:41d1e9af0a0ef46b182f459e5113f224aa9cb29af197a8d841f8a1845d708ae6"
109exec.lock_expiry.seconds = 15
1110env_vars = [" FLY_API_TOKEN" ]
1211forward_stdout = " stderr"
1312forward_stderr = " stderr"
1413
1514[[webhook_endpoint ]]
1615name = " webhook_fly_secrets_updater"
17- location.path = " ${OBELISK_TOML_DIR}/../components-flyio/target/wasm32-wasip2/release/webhook_fly_secrets_updater.wasm "
16+ location.oci = " docker.io/getobelisk/components_flyio_webhook_fly_secrets_updater:2025-09-28@sha256:ce78a2bcf3c47ca7409fba65a666f81397479985b0b1796bb06cbe5a6c98dc06 "
1817http_server = " webhook_server"
1918routes = [{ methods = [" POST" ], route = " /" }]
2019env_vars = [" FLY_API_TOKEN" ]
@@ -26,7 +25,6 @@ name = "deployer_flyio"
2625location.path = " ${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/obelisk_deployer_flyio.wasm"
2726backtrace.sources = { "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" = " ${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
2827
29-
3028[[http_server ]]
3129name = " webhook_server"
3230listening_addr = " 0.0.0.0:9090"
You can’t perform that action at this time.
0 commit comments