From ead69d679490e5e3e70bd2e84408e6898d3c188a Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Thu, 30 Jan 2025 19:49:03 -0600 Subject: [PATCH] sync --- .github/workflows/build.yml | 33 ------------------------------- pkg/cloud/api/web/dist/index.html | 21 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 33 deletions(-) delete mode 100644 .github/workflows/build.yml create mode 100644 pkg/cloud/api/web/dist/index.html diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index e2a55ce..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build ServiceRadar Packages - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: '1.23' - - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y gcc libc6-dev libsqlite3-dev - - - name: Build packages - run: | - ./buildAll.sh - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: serviceradar-packages - path: release-artifacts/*.deb \ No newline at end of file diff --git a/pkg/cloud/api/web/dist/index.html b/pkg/cloud/api/web/dist/index.html new file mode 100644 index 0000000..7bc7e37 --- /dev/null +++ b/pkg/cloud/api/web/dist/index.html @@ -0,0 +1,21 @@ + + + + + + + ServiceRadar + + + + + + + + + + + +
+ + \ No newline at end of file