Skip to content

Commit

Permalink
Update to upload outputs to neonaiservices server (#15)
Browse files Browse the repository at this point in the history
Update to run on future runners with `image-builder` tag

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Jun 10, 2024
1 parent a1ab61f commit 5e54c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]:/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: |
Expand Down

0 comments on commit 5e54c3e

Please sign in to comment.