From 5e54c3e0dc1a7456d23d990867073028eb36fb85 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:10:11 -0700 Subject: [PATCH] Update to upload outputs to neonaiservices server (#15) Update to run on future runners with `image-builder` tag Co-authored-by: Daniel McKnight --- .github/workflows/publish_release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index ca4816f..4db708d 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -9,14 +9,14 @@ env: DEBOS_REF: ${{ github.event.client_payload.debos_ref || github.event.client_payload.ref }} CORE_REF: ${{ github.event.client_payload.core_ref || github.event.client_payload.ref }} PLATFORMS: "rpi4 opi5" - UPLOAD_URL: "https://2222.us" - OUTPUT_DIR: /var/www/html/app/files/neon_images + UPLOAD_URL: "https://download.neonaiservices.com" + OUTPUT_DIR: neon@download.neonaiservices.com:/home/neon/nginx/www/neon_os DO_CORE: ${{ contains(fromJson('["neon-debos", "neon-core"]'), github.event.client_payload.repo) }} DO_NODE: ${{ contains(fromJson('["neon-debos", "neon-nodes"]'), github.event.client_payload.repo) }} jobs: build_images: - runs-on: 2222.us + runs-on: image-builder steps: - name: Log Job run: |